'Declaration Public Enum FilterBarMode Inherits System.Enum
'Usage Dim instance As FilterBarMode
public enum FilterBarMode : System.Enum
'Declaration Public Enum FilterBarMode Inherits System.Enum
'Usage Dim instance As FilterBarMode
public enum FilterBarMode : System.Enum
Member | Description |
---|---|
Dynamic | Specifies that the filter context menu data is requested from the server after the page is loaded. |
Force | Specifies that the filter context menu data is loaded in the server before the page is rendered. |
Inherit | Specifies 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. |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.FilterBarMode