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

More...

Inheritance diagram for Ext.Net.ChildElement.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator ChildElement.Builder (ChildElement.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 Name [get, set]
 The property name on the Component for the child element. More...
 
virtual string ItemID [get, set]
 The id to combine with the Component's id that is the id of the child element. More...
 
virtual string ID [get, set]
 The id of the child element. More...
 
virtual bool Leaf [get, set]
 Set to true to ignore content when scanning for childEls. This should be set on things like the generated content for an Ext.view.View. More...
 
virtual string Select [get, set]
 A selector that will be passed to Ext.dom.Element.select. More...
 
virtual string SelectNode [get, set]
 A selector that will be passed to Ext.dom.Element.selectNode. More...
 

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 ChildElement.Builder()

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

Property Documentation

◆ ID

virtual string Ext.Net.ChildElement.Config.ID
getset

The id of the child element.

◆ ItemID

virtual string Ext.Net.ChildElement.Config.ItemID
getset

The id to combine with the Component's id that is the id of the child element.

◆ Leaf

virtual bool Ext.Net.ChildElement.Config.Leaf
getset

Set to true to ignore content when scanning for childEls. This should be set on things like the generated content for an Ext.view.View.

◆ Name

virtual string Ext.Net.ChildElement.Config.Name
getset

The property name on the Component for the child element.

◆ Select

virtual string Ext.Net.ChildElement.Config.Select
getset

A selector that will be passed to Ext.dom.Element.select.

◆ SelectNode

virtual string Ext.Net.ChildElement.Config.SelectNode
getset

A selector that will be passed to Ext.dom.Element.selectNode.


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