RichEditControlOptions.VerticalScrollbar Property
Provides access to the options specific for the vertical scrollbar of the RichEditControl.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
public VerticalScrollbarOptions VerticalScrollbar { get; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Vertical |
---|---|
Rich |
|
#Remarks
Use the VerticalScrollbar property to hide or show the vertical scrollbar. This property is accessible via the RichEditControl.Options property.