Back to Devexpress

DXRichEditHorizontalRulerOptions.ShowTabs Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedithorizontalruleroptions-620ae116.md

latest1.5 KB
Original Source

DXRichEditHorizontalRulerOptions.ShowTabs Property

Gets or sets whether the tab stops are shown in the horizontal ruler. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool ShowTabs { get; set; }
vb
Public Property ShowTabs As Boolean

Property Value

TypeDescription
Boolean

true, to display tab stops; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowTabs
RichEditControl

.HorizontalRulerOptions .ShowTabs

|

See Also

DXRichEditHorizontalRulerOptions Class

DXRichEditHorizontalRulerOptions Members

DevExpress.Xpf.RichEdit Namespace