Skip to main content
A newer version of this page is available. .

HorizontalRulerOptions.ShowRightIndent Property

Gets or sets whether the right indent marker is visible.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual 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:

Library Object Type Path to ShowRightIndent
WinForms Controls SnapControlOptions
.HorizontalRuler.ShowRightIndent
RichEditControlOptions
.HorizontalRuler.ShowRightIndent
WPF Controls RichEditControlOptions
.HorizontalRuler.ShowRightIndent
Office File API RichEditControlOptionsBase
.HorizontalRuler.ShowRightIndent
ASP.NET Web Forms Controls 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 Paragraph.RightIndent that is the right margin for a particular paragraph.

See Also