IsEmpty Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionView Class : IsEmpty Property

Gets a value indicating whether the filtered view is empty.

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable ReadOnly Property IsEmpty As Boolean
C# 
public override bool IsEmpty {get;}

Return Value

true if the resulting filtered view is empty; false otherwise.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also