Back to Devexpress

Document.IsEmpty Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-document-f9fa4251.md

latest1.3 KB
Original Source

Document.IsEmpty Property

Indicates whether the document is empty, i.e. contains only default content.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Boolean

true if the document contains only default content; otherwise, false.

|

Remarks

Use the IsEmpty property to check if the document contains anything other than the default content supplied when the control is initialized.

See Also

Document Interface

Document Members

DevExpress.XtraRichEdit.API.Native Namespace