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

More...

Inheritance diagram for Ext.Net.RowSelectionModel.Config:
Ext.Net.AbstractSelectionModel.Config Ext.Net.LazyObservable.Config Ext.Net.Observable.Config Ext.Net.BaseControl.Config Ext.Net.IApply Ext.Net.CheckboxSelectionModel.Config Ext.Net.TreeSelectionModel.Config

Static Public Member Functions

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

Properties

RowSelectionModelListeners Listeners [get]
 Client-side JavaScript Event Handlers More...
 
RowSelectionModelDirectEvents DirectEvents [get]
 Server-side Ajax Event Handlers More...
 
virtual ? bool DeselectOnContainerClick [get, set]
 Set to true to deselect current selection when the container body is clicked. More...
 
SelectedRowCollection SelectedRows [get]
 
SelectedRow SelectedRow [get]
 
virtual int SelectedIndex [get, set]
 
virtual string SelectedRecordID [get, set]
 
virtual string HiddenName [get, set]
 HiddenField name which submits selected rows 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 RowSelectionModel.Builder()

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

Property Documentation

◆ DeselectOnContainerClick

virtual ? bool Ext.Net.RowSelectionModel.Config.DeselectOnContainerClick
getset

Set to true to deselect current selection when the container body is clicked.

◆ DirectEvents

RowSelectionModelDirectEvents Ext.Net.RowSelectionModel.Config.DirectEvents
get

Server-side Ajax Event Handlers

◆ HiddenName

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

HiddenField name which submits selected rows

◆ Listeners

RowSelectionModelListeners Ext.Net.RowSelectionModel.Config.Listeners
get

Client-side JavaScript Event Handlers

◆ SelectedIndex

virtual int Ext.Net.RowSelectionModel.Config.SelectedIndex
getset

◆ SelectedRecordID

virtual string Ext.Net.RowSelectionModel.Config.SelectedRecordID
getset

◆ SelectedRow

SelectedRow Ext.Net.RowSelectionModel.Config.SelectedRow
get

◆ SelectedRows

SelectedRowCollection Ext.Net.RowSelectionModel.Config.SelectedRows
get


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