BaseView.IsEmpty Property
Gets whether a View is empty.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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