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

RichEditControl.VerticalRulerOptions Property

Gets or sets the object used to set the options specific to the RichEditCotnrol vertical ruler element. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public DXRichEditVerticalRulerOptions VerticalRulerOptions { get; set; }

Property Value

Type Description
DXRichEditVerticalRulerOptions

A DXRichEditVerticalRulerOptions object containing the vertical ruler options.

See Also