[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FilterBarMode

FilterBarMode Enum

Specifies how the filter context menu is loaded.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public enum FilterBarMode
Public Enum FilterBarMode

Fields

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.