Back to Devexpress

ParagraphStyle.IsDeleted Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraphstyle-3bb5f203.md

latest1.4 KB
Original Source

ParagraphStyle.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(ParagraphStyle)

ParagraphStyle Interface

ParagraphStyle Members

DevExpress.XtraRichEdit.API.Native Namespace