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

More...

Inheritance diagram for Ext.Net.DateFilter.Config:
Ext.Net.GridFilter.Config Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator DateFilter.Builder (DateFilter.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Properties

virtual string BeforeText [get, set]
 The text displayed for the 'Before' menu item More...
 
virtual string AfterText [get, set]
 The text displayed for the 'After' menu item More...
 
virtual string OnText [get, set]
 The text displayed for the 'On' menu item More...
 
virtual string Format [get, set]
 
virtual string SubmitFormat [get, set]
 
DatePickerOptions DatePickerOptions [get]
 
virtual DateTime MaxDate [get, set]
 Allowable date as passed to the Ext.DatePicker More...
 
virtual DateTime MinDate [get, set]
 Allowable date as passed to the Ext.DatePicker More...
 
virtual ? DateTime BeforeValue [get, set]
 Predefined filter value More...
 
virtual ? DateTime AfterValue [get, set]
 Predefined filter value More...
 
virtual ? DateTime OnValue [get, set]
 Predefined filter value More...
 
- Properties inherited from Ext.Net.GridFilter.Config
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 ()
 

Detailed Description

Member Function Documentation

◆ operator DateFilter.Builder()

static implicit Ext.Net.DateFilter.Config.operator DateFilter.Builder ( DateFilter.Config  config)
inlinestatic

Property Documentation

◆ AfterText

virtual string Ext.Net.DateFilter.Config.AfterText
getset

The text displayed for the 'After' menu item

◆ AfterValue

virtual ? DateTime Ext.Net.DateFilter.Config.AfterValue
getset

Predefined filter value

◆ BeforeText

virtual string Ext.Net.DateFilter.Config.BeforeText
getset

The text displayed for the 'Before' menu item

◆ BeforeValue

virtual ? DateTime Ext.Net.DateFilter.Config.BeforeValue
getset

Predefined filter value

◆ DatePickerOptions

DatePickerOptions Ext.Net.DateFilter.Config.DatePickerOptions
get

◆ Format

virtual string Ext.Net.DateFilter.Config.Format
getset

◆ MaxDate

virtual DateTime Ext.Net.DateFilter.Config.MaxDate
getset

Allowable date as passed to the Ext.DatePicker

◆ MinDate

virtual DateTime Ext.Net.DateFilter.Config.MinDate
getset

Allowable date as passed to the Ext.DatePicker

◆ OnText

virtual string Ext.Net.DateFilter.Config.OnText
getset

The text displayed for the 'On' menu item

◆ OnValue

virtual ? DateTime Ext.Net.DateFilter.Config.OnValue
getset

Predefined filter value

◆ SubmitFormat

virtual string Ext.Net.DateFilter.Config.SubmitFormat
getset


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