Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.GridFilter.Config Class Reference

More...

Inheritance diagram for Ext.Net.GridFilter.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply Ext.Net.BooleanFilter.Config Ext.Net.DateFilter.Config Ext.Net.ListFilter.Config Ext.Net.NumberFilter.Config Ext.Net.StringFilter.Config

Properties

virtual bool Active [get, set]
 Indicates the initial status of the filter (defaults to false). More...
 
virtual string DataIndex [get, set]
 The Store data index of the field this filter represents. The dataIndex does not actually have to exist in the store. More...
 
virtual Menu MenuDefaults [get, set]
 
ParameterCollection ItemDefaults [get]
 
virtual JFunction Serializer [get, set]
 A function to post-process any serialization. Accepts a filter state object containing 'property', 'value' and 'operator' properties, and may either mutate it, or return a completely new representation. More...
 
virtual int UpdateBuffer [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string Serialize ()
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Detailed Description

Property Documentation

◆ Active

virtual bool Ext.Net.GridFilter.Config.Active
getset

Indicates the initial status of the filter (defaults to false).

◆ DataIndex

virtual string Ext.Net.GridFilter.Config.DataIndex
getset

The Store data index of the field this filter represents. The dataIndex does not actually have to exist in the store.

◆ ItemDefaults

ParameterCollection Ext.Net.GridFilter.Config.ItemDefaults
get

◆ MenuDefaults

virtual Menu Ext.Net.GridFilter.Config.MenuDefaults
getset

◆ Serializer

virtual JFunction Ext.Net.GridFilter.Config.Serializer
getset

A function to post-process any serialization. Accepts a filter state object containing 'property', 'value' and 'operator' properties, and may either mutate it, or return a completely new representation.

◆ UpdateBuffer

virtual int Ext.Net.GridFilter.Config.UpdateBuffer
getset


The documentation for this class was generated from the following file: