Spread for ASP.NET 12 Product Documentation
FilterBarMode Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : FilterBarMode Enumeration
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.
Inheritance Hierarchy

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

See Also

Reference

FarPoint.Web.Spread Namespace