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

More...

Inheritance diagram for Ext.Net.RowExpander.Config:
Ext.Net.Plugin.Config Ext.Net.LazyObservable.Config Ext.Net.Observable.Config Ext.Net.BaseControl.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator RowExpander.Builder (RowExpander.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 BodyBefore [get, set]
 
virtual ComponentLoader Loader [get, set]
 A configuration object or an instance of a Ext.ComponentLoader to load remote content. More...
 
XTemplate Template [get]
 The template string to use to display each item in the dropdown list. More...
 
ItemsCollection< AbstractComponentComponent [get]
 
virtual bool RecreateComponent [get, set]
 Recreate component on each row expand More...
 
virtual int HeaderWidth [get, set]
 The width of the Row Expander column header. Defaults to 24. More...
 
virtual bool HiddenColumn [get, set]
 
virtual bool SwallowBodyEvents [get, set]
 Swallow row body's events More...
 
virtual bool SelectRowOnExpand [get, set]
 True to select a row when clicking on the expander icon (defaults to false). More...
 
virtual int ScrollOffset [get, set]
 
virtual ? bool ExpandOnEnter [get, set]
 Set true to toggle active row between expanded/collapsed when the enter key is pressed (defaults to false). More...
 
virtual bool ExpandOnDblClick [get, set]
 
virtual bool InvalidateComponentsOnRefresh [get, set]
 
virtual ? bool SingleExpand [get, set]
 
virtual ? bool CacheSingleExpandRows [get, set]
 Determines whether previously expanded nodes might be cached or reloaded on every expand. Disabling this (default) allows to access components inside using user-defined IDs. Enabling allows faster interaction with rows once they are first expanded. More...
 
virtual Renderer Renderer [get, set]
 A renderer is an 'interceptor' method which can be used transform data (value, appearance, etc.) before it is rendered. More...
 
RowExpanderListeners Listeners [get]
 Client-side JavaScript Event Handlers More...
 
RowExpanderDirectEvents DirectEvents [get]
 Server-side DirectEventHandlers 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 RowExpander.Builder()

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

Property Documentation

◆ BodyBefore

virtual bool Ext.Net.RowExpander.Config.BodyBefore
getset

◆ CacheSingleExpandRows

virtual ? bool Ext.Net.RowExpander.Config.CacheSingleExpandRows
getset

Determines whether previously expanded nodes might be cached or reloaded on every expand. Disabling this (default) allows to access components inside using user-defined IDs. Enabling allows faster interaction with rows once they are first expanded.

◆ Component

ItemsCollection<AbstractComponent> Ext.Net.RowExpander.Config.Component
get

◆ DirectEvents

RowExpanderDirectEvents Ext.Net.RowExpander.Config.DirectEvents
get

Server-side DirectEventHandlers

◆ ExpandOnDblClick

virtual bool Ext.Net.RowExpander.Config.ExpandOnDblClick
getset

◆ ExpandOnEnter

virtual ? bool Ext.Net.RowExpander.Config.ExpandOnEnter
getset

Set true to toggle active row between expanded/collapsed when the enter key is pressed (defaults to false).

◆ HeaderWidth

virtual int Ext.Net.RowExpander.Config.HeaderWidth
getset

The width of the Row Expander column header. Defaults to 24.

◆ HiddenColumn

virtual bool Ext.Net.RowExpander.Config.HiddenColumn
getset

◆ InvalidateComponentsOnRefresh

virtual bool Ext.Net.RowExpander.Config.InvalidateComponentsOnRefresh
getset

◆ Listeners

RowExpanderListeners Ext.Net.RowExpander.Config.Listeners
get

Client-side JavaScript Event Handlers

◆ Loader

virtual ComponentLoader Ext.Net.RowExpander.Config.Loader
getset

A configuration object or an instance of a Ext.ComponentLoader to load remote content.

◆ RecreateComponent

virtual bool Ext.Net.RowExpander.Config.RecreateComponent
getset

Recreate component on each row expand

◆ Renderer

virtual Renderer Ext.Net.RowExpander.Config.Renderer
getset

A renderer is an 'interceptor' method which can be used transform data (value, appearance, etc.) before it is rendered.

◆ ScrollOffset

virtual int Ext.Net.RowExpander.Config.ScrollOffset
getset

◆ SelectRowOnExpand

virtual bool Ext.Net.RowExpander.Config.SelectRowOnExpand
getset

True to select a row when clicking on the expander icon (defaults to false).

◆ SingleExpand

virtual ? bool Ext.Net.RowExpander.Config.SingleExpand
getset

◆ SwallowBodyEvents

virtual bool Ext.Net.RowExpander.Config.SwallowBodyEvents
getset

Swallow row body's events

◆ Template

XTemplate Ext.Net.RowExpander.Config.Template
get

The template string to use to display each item in the dropdown list.


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