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

RichEditControl.VerticalScrollBarVisibility Property

Gets or sets whether the vertical ruler is displayed. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public Visibility VerticalScrollBarVisibility { get; set; }

Property Value

Type Description
Visibility

A Visibility value that specifies the element visibility.

See Also