C# Class Ext.Net.TreeGrid

Exibir arquivo Open project: pgodwin/Ext.net

Private Properties

Property Type Description
OnPreRender void
ScrollToTop void
SetColumnVisible void
SetHideHeaders void
TreeGrid System
UpdateColumnWidths void

Public Methods

Method Description
TreeGrid ( Config config ) : System

Private Methods

Method Description
OnPreRender ( EventArgs e ) : void
ScrollToTop ( ) : void
SetColumnVisible ( int index, bool visible ) : void
SetHideHeaders ( bool hide ) : void
TreeGrid ( ) : System
UpdateColumnWidths ( ) : void

Method Details

TreeGrid() public method

public TreeGrid ( Config config ) : System
config Config
return System