Gets the settings of an image displayed in the cell division drag handle.
Namespace:DevExpress.Web.ASPxRichEdit
Assembly:DevExpress.Web.ASPxRichEdit.v17.2.dll

Syntax
C# |
public ImageProperties CellDivisionDragHandle { get; }
|
VB |
Public ReadOnly Property CellDivisionDragHandle As ImageProperties
|
Property value
Type:
ImageProperties
An ImageProperties object containing the image settings.

See Also