Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterMenuType Enumeration
Example Example


In This Topic
    FilterMenuType Enumeration
    In This Topic
    Specifies the type of filter menu in the filter bar.
    Syntax
    'Declaration
     
    
    Public Enum FilterMenuType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FilterMenuType
    public enum FilterMenuType : System.Enum 
    Members
    MemberDescription
    AutoSpecifies that the menu type is automatically indicated by analyzing the data in the column
    DateSpecifies the datetime filter menu
    EnhancedSpecifies the enhanced filter menu
    NumberSpecifies the number filter menu
    TextSpecifies the text filter menu
    Example
    This example uses the FilterMenuType enumeration.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.FilterMenuType

    See Also