Skip to main content

ASPxRichEditHorizontalRulerSettings.ShowRightIndent Property

Gets or sets whether the right indent marker is visible.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(true)]
public override bool ShowRightIndent { get; set; }

Property Value

Type Default Description
Boolean true

true to display right indent marker; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowRightIndent
ASPxRichEditSettings
.HorizontalRuler .ShowRightIndent

Remarks

The right indent marker is located on the far right side of the ruler. With the help of the right indent marker, you can change the right indent (Paragraph.RightIndent) that is the right margin for a particular paragraph.

See Also