ASPxRichEditHorizontalRulerSettings.ShowRightIndent Property
Gets or sets whether the right indent marker is visible.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowRightIndent |
---|---|
ASPxRichEditSettings |
|
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