Skip to main content

BaseView.IsEmpty Property

Gets whether a View is empty.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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