Back to Devexpress

RepositoryItemRichTextEdit.OptionsVerticalScrollbar Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemrichtextedit-06291c57.md

latest1.6 KB
Original Source

RepositoryItemRichTextEdit.OptionsVerticalScrollbar Property

Provides access to the options specific to the vertical scrollbar of the RichEditControl.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[DXCategory("Options")]
public VerticalScrollbarOptions OptionsVerticalScrollbar { get; }
vb
<DXCategory("Options")>
Public ReadOnly Property OptionsVerticalScrollbar As VerticalScrollbarOptions

Property Value

TypeDescription
VerticalScrollbarOptions

A VerticalScrollbarOptions object used to specify options for the vertical scrollbar.

|

Remarks

Use the OptionsVerticalScrollbar property to hide or show the vertical scrollbar.

See Also

RepositoryItemRichTextEdit Class

RepositoryItemRichTextEdit Members

DevExpress.XtraEditors.Repository Namespace