Skip to main content

DocumentViewerBase.Status Property

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

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, 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