Back to Devexpress

TabInfo.Deleted Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tabinfo-9b5df120.md

latest1.2 KB
Original Source

TabInfo.Deleted Property

Gets or sets whether the individual tab stop is in effect.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Boolean

true to switch off this tab stop; otherwise, false.

|

See Also

BeginUpdateTabs(Boolean)

TabInfo Class

TabInfo Members

DevExpress.XtraRichEdit.API.Native Namespace