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

More...

Inheritance diagram for Ext.Net.CellSelectionModel.Config:
Ext.Net.AbstractSelectionModel.Config Ext.Net.LazyObservable.Config Ext.Net.Observable.Config Ext.Net.BaseControl.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator CellSelectionModel.Builder (CellSelectionModel.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseControl.Config
static Config ToConfig (string config)
 
static TConfig ToConfig< TConfig > (string config)
 

Properties

virtual bool PreventWrap [get, set]
 Set this configuration to true to prevent wrapping around of selection as a user navigates to the first or last column. Defaults to false. More...
 
CellSelectionModelListeners Listeners [get]
 Client-side JavaScript Event Handlers More...
 
CellSelectionModelDirectEvents DirectEvents [get]
 Server-side Ajax Event Handlers More...
 
virtual string HiddenName [get, set]
 HiddenField name which submits selected cell More...
 
SelectedCell SelectedCell [get]
 Selected cell More...
 
- Properties inherited from Ext.Net.AbstractSelectionModel.Config
virtual bool AllowDeselect [get, set]
 Allow users to deselect a record in a DataView, List or Grid. Only applicable when the SelectionModel's mode is 'SINGLE'. Defaults to false. More...
 
virtual bool IgnoreRightMouseSelection [get, set]
 True to ignore selections that are made when using the right mouse button if there are records that are already selected. If no records are selected, selection will continue as normal. Defaults to: false. More...
 
virtual bool PruneRemoved [get, set]
 Prune records when they are removed from the store from the selection. More...
 
virtual bool ToggleOnClick [get, set]
 true to toggle the selection state of an item when clicked. Only applicable when the mode is 'SINGLE'. Only applicable when the allowDeselect is 'true'. More...
 
virtual SelectionMode Mode [get, set]
 Modes of selection. Valid values are SINGLE, SIMPLE, and MULTI. Defaults to 'SINGLE' More...
 
- Properties inherited from Ext.Net.Observable.Config
ConfigItemCollection CustomConfig [get]
 Collection of custom js config More...
 
MessageBusListeners MessageBusListeners [get]
 
MessageBusDirectEvents MessageBusDirectEvents [get]
 
- Properties inherited from Ext.Net.BaseControl.Config
virtual string ItemID [get, set]
 An itemId can be used as an alternative way to get a reference to a component when no object reference is available. More...
 
virtual bool Disabled [get, set]
 
virtual short TabIndex [get, set]
 
virtual bool IsInForm [get, set]
 
virtual Unit Height [get, set]
 
virtual Unit Width [get, set]
 
virtual string ToolTip [get, set]
 
virtual bool RegisterAllResources [get, set]
 
virtual bool AutoDataBind [get, set]
 
virtual IDMode IDMode [get, set]
 
virtual LazyMode LazyMode [get, set]
 
virtual string Namespace [get, set]
 
List< ClientResourceItemResourceItems [get]
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseControl.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 ToScript ()
 

Detailed Description

Member Function Documentation

◆ operator CellSelectionModel.Builder()

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

Property Documentation

◆ DirectEvents

CellSelectionModelDirectEvents Ext.Net.CellSelectionModel.Config.DirectEvents
get

Server-side Ajax Event Handlers

◆ HiddenName

virtual string Ext.Net.CellSelectionModel.Config.HiddenName
getset

HiddenField name which submits selected cell

◆ Listeners

CellSelectionModelListeners Ext.Net.CellSelectionModel.Config.Listeners
get

Client-side JavaScript Event Handlers

◆ PreventWrap

virtual bool Ext.Net.CellSelectionModel.Config.PreventWrap
getset

Set this configuration to true to prevent wrapping around of selection as a user navigates to the first or last column. Defaults to false.

◆ SelectedCell

SelectedCell Ext.Net.CellSelectionModel.Config.SelectedCell
get

Selected cell


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