Skip to main content

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.v23.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