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

BaseView.IsEmpty Property

Gets whether a View is empty.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the View doesn’t contain any documents; otherwise, false.

Remarks

The IsEmpty property returns true if the BaseView.Documents collection is empty.

See Also