Skip to main content

RichEditRulerImages.LeftIdentDragHandle Property

OBSOLETE

Use the LeftIndentDragHandle property instead.

Gets the settings of an image displayed in the left indent drag handle.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll

Declaration

[Obsolete("Use the LeftIndentDragHandle property instead.")]
public ImageProperties LeftIdentDragHandle { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains the image settings.

See Also