RichEditControlOptionsBase.HorizontalRuler Property
In This Article
Provides access to options specific to the horizontal ruler element of the RichEditControl.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public HorizontalRulerOptions HorizontalRuler { get; }
#Property Value
Type | Description |
---|---|
Horizontal |
A Horizontal |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Horizontal |
---|---|
IRich |
|
Rich |
|
#Remarks
Use the RulerOptions.Visibility property to hide or display the horizontal ruler.
See Also