Back to Devexpress

RichEditControlOptionsBase.HorizontalRuler Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditcontroloptionsbase-874f2cfb.md

latest2.0 KB
Original Source

RichEditControlOptionsBase.HorizontalRuler Property

Provides access to options specific to the horizontal ruler element of the RichEditControl.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public HorizontalRulerOptions HorizontalRuler { get; }
vb
Public ReadOnly Property HorizontalRuler As HorizontalRulerOptions

Property Value

TypeDescription
HorizontalRulerOptions

A HorizontalRulerOptions class instance containing options specific to the horizontal ruler.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to HorizontalRuler
IRichEditDocumentServer

.Options .HorizontalRuler

| | RichEditDocumentServer |

.Options .HorizontalRuler

|

Remarks

Use the RulerOptions.Visibility property to hide or display the horizontal ruler.

See Also

RichEditControlOptionsBase Class

RichEditControlOptionsBase Members

DevExpress.XtraRichEdit Namespace