Back to Devexpress

DocumentViewerBase.DocumentIsEmpty Property

windowsforms-devexpress-dot-documentview-dot-controls-dot-documentviewerbase-1dd3f5ca.md

latest1.3 KB
Original Source

DocumentViewerBase.DocumentIsEmpty Property

Specifies whether or not the current document is empty.

Namespace : DevExpress.DocumentView.Controls

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public bool DocumentIsEmpty { get; }
vb
<Browsable(False)>
Public ReadOnly Property DocumentIsEmpty As Boolean

Property Value

TypeDescription
Boolean

true if the document is empty; otherwise false.

|

See Also

DocumentViewerBase Class

DocumentViewerBase Members

DevExpress.DocumentView.Controls Namespace