Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerItemState Enumeration


In This Topic
    SlicerItemState Enumeration
    In This Topic
    Represent state of an slicer item
    Syntax
    'Declaration
     
    
    Public Enum SlicerItemState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SlicerItemState
    public enum SlicerItemState : System.Enum 
    Members
    MemberDescription
    Data 
    Focus 
    Hover 
    None 
    Selected 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Slicers.SlicerItemState

    See Also