Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarContextMenuType Enumeration


In This Topic
    FilterBarContextMenuType Enumeration
    In This Topic
    Sets the type of context menu supported for the IFilterItem.
    Syntax
    'Declaration
     
    
    Public Enum FilterBarContextMenuType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FilterBarContextMenuType
    public enum FilterBarContextMenuType : System.Enum 
    Members
    MemberDescription
    ColorSpecifies the icon and color context menu
    DateTimeSpecifies the date and time context menu
    NumberSpecifies the value context menu
    TextSpecifies the text context menu
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.CellType.FilterBarContextMenuType

    See Also