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


In This Topic
    FilterBarMode Enumeration
    In This Topic
    Specifies how the filter context menu is loaded.
    Syntax
    'Declaration
     
    
    Public Enum FilterBarMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FilterBarMode
    public enum FilterBarMode : System.Enum 
    Members
    MemberDescription
    DynamicSpecifies that the filter context menu data is requested from the server after the page is loaded.
    ForceSpecifies that the filter context menu data is loaded in the server before the page is rendered.
    InheritSpecifies that the filter bar mode is inherited from the common setting. For the filter bar cell, it is the filter bar setting; otherwise, it is the same as Dynamic.
    Example
    This example sets the FilterBarMode enumeration.
    Inheritance Hierarchy

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

    See Also