Back to Devexpress

BaseView.IsEmpty Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-baseview-69a322f4.md

latest1.4 KB
Original Source

BaseView.IsEmpty Property

Gets whether a View is empty.

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsEmpty { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsEmpty As Boolean

Property Value

TypeDescription
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

Documents

BaseView Class

BaseView Members

DevExpress.XtraBars.Docking2010.Views Namespace