Back to Devexpress

CharacterStyle.IsDeleted Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-characterstyle-6cffac43.md

latest1.4 KB
Original Source

CharacterStyle.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 text or saved.

See Also

Delete(CharacterStyle)

CharacterStyle Interface

CharacterStyle Members

DevExpress.XtraRichEdit.API.Native Namespace