Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItem Interface / HasData Property


In This Topic
    HasData Property
    In This Topic
    Gets a value indicating whether the slicer item contains data that matches the current manual filter state.
    Syntax
    'Declaration
     
    
    ReadOnly Property HasData As Boolean
    'Usage
     
    
    Dim instance As ISlicerItem
    Dim value As Boolean
     
    value = instance.HasData
    bool HasData {get;}

    Property Value

    true if the slicer item contains data that matches the current manual filter state; otherwise, false.
    See Also