FormattingMarkVisibilityOptions.TabCharacter Property
In This Article
Gets or sets whether tab characters should be made visible.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
[DefaultValue(RichEditFormattingMarkVisibility.Auto)]
[XtraSerializableProperty]
public RichEditFormattingMarkVisibility TabCharacter { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Rich |
Auto | A Rich |
Available values:
Name | Description |
---|---|
Auto | Formatting mark visibility is determined by the current view. |
Visible | Formatting marks are always visible. |
Hidden | Formatting marks are always hidden. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Tab |
---|---|
Rich |
|
See Also