ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / IsEmpty Property

In This Topic
    IsEmpty Property (BaseCollectionView)
    In This Topic
    Gets a value that indicates whether the view is empty.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsEmpty As Boolean
    public virtual bool IsEmpty {get;}

    Property Value

    true if the view is empty; otherwise, false.
    See Also