[]
Specifies how the filter context menu is loaded.
public enum FilterBarMode
Public Enum FilterBarMode
| Name | 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. |