Back to Devexpress

RepositoryItemRichTextEdit.OptionsHorizontalScrollbar Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemrichtextedit-c97f95e7.md

latest1.7 KB
Original Source

RepositoryItemRichTextEdit.OptionsHorizontalScrollbar Property

Provides access to the options specific to the horizontal scrollbar of the rich text editor.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

Property Value

TypeDescription
RichTextEditHorizontalScrollbarOptions

A RichTextEditHorizontalScrollbarOptions object used to specify options for the horizontal scrollbar.

|

Remarks

Use the OptionsHorizontalScrollbar property to hide or show the horizontal scrollbar.

See Also

RepositoryItemRichTextEdit Class

RepositoryItemRichTextEdit Members

DevExpress.XtraEditors.Repository Namespace