Back to Devexpress

DocumentViewerBase.Status Property

windowsforms-devexpress-dot-documentview-dot-controls-dot-documentviewerbase-bc1f265d.md

latest1.3 KB
Original Source

DocumentViewerBase.Status Property

Specifies whether or not the current document is empty or null.

Namespace : DevExpress.DocumentView.Controls

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Printing")]
public string Status { get; set; }
vb
<DXCategory("Printing")>
Public Property Status As String

Property Value

TypeDescription
String

A String value.

|

See Also

DocumentViewerBase Class

DocumentViewerBase Members

DevExpress.DocumentView.Controls Namespace