Skip to main content

RichEditRulerImages.RightIdentDragHandle Property

OBSOLETE

Use the RightIndentDragHandle property instead.

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

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

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

Property Value

Type Description
ImageProperties

A ImageProperties object that contains the image settings.

See Also