Skip to main content
A newer version of this page is available. .

DocumentViewerBase.Status Property

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

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

[DefaultValue("")]
[DXCategory("Printing")]
public string Status { get; set; }

Property Value

Type Default Description
String String.Empty

A String value.

See Also