Back to Devexpress

TableStyle.IsDeleted Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablestyle-58fc397f.md

latest1.3 KB
Original Source

TableStyle.IsDeleted Property

Gets whether the specified style is marked as deleted.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool IsDeleted { get; }
vb
ReadOnly Property IsDeleted As Boolean

Property Value

TypeDescription
Boolean

true if the style is deleted; otherwise, false.

|

Remarks

A deleted style cannot be applied to table or saved.

See Also

Delete(TableStyle)

TableStyle Interface

TableStyle Members

DevExpress.XtraRichEdit.API.Native Namespace