C# Class Ext.Net.RowExpander

Inheritance: Plugin
Afficher le fichier Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Свойство Type Description
CollapseAll void
CollapseRow void
ExpandAll void
ExpandRow void
PluginAdded void
PluginRemoved void
RowExpander System
ToggleRow void

Méthodes publiques

Méthode Description
InitRowExpanderColumn ( GridPanel grid ) : void
RowExpander ( Config config ) : System

RowExpander_Init ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
CollapseAll ( ) : void
CollapseRow ( int row ) : void
ExpandAll ( ) : void
ExpandRow ( int row ) : void
PluginAdded ( ) : void
PluginRemoved ( ) : void
RowExpander ( ) : System
ToggleRow ( int row ) : void

Method Details

InitRowExpanderColumn() public méthode

public InitRowExpanderColumn ( GridPanel grid ) : void
grid GridPanel
Résultat void

RowExpander() public méthode

public RowExpander ( Config config ) : System
config Config
Résultat System

RowExpander_Init() public méthode

public RowExpander_Init ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void