Back to Devexpress

DXRichEditBehaviorOptions.TabMarker Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditbehavioroptions-f93c3927.md

latest1.7 KB
Original Source

DXRichEditBehaviorOptions.TabMarker Property

Gets or sets which character(s) to insert when pressing the TAB key.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public string TabMarker { get; set; }
vb
Public Property TabMarker As String

Property Value

TypeDescription
String

A String value specifying the character(s) to insert when the TAB key has been pressed.

The default is “ “.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TabMarker
RichEditControl

.BehaviorOptions .TabMarker

|

Remarks

Use the TabMarker property when performing text indentation by using non-default TAB characters (2-4 spaces for a program source code text, asterisks or underscores in some special cases).

See Also

DXRichEditBehaviorOptions Class

DXRichEditBehaviorOptions Members

DevExpress.Xpf.RichEdit Namespace