C# Class Ext.Net.MenuPanel

Show file Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
ClearSelection void
LoadPostData bool
MenuPanel System
OnSelectedItemChanged void
RaisePostDataChangedEvent void
SetSelectedIndex void

Public Methods

Method Description
MenuPanel ( Config config ) : System

Private Methods

Method Description
ClearSelection ( ) : void
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
MenuPanel ( ) : System
OnSelectedItemChanged ( EventArgs e ) : void
RaisePostDataChangedEvent ( ) : void
SetSelectedIndex ( int index ) : void

Method Details

MenuPanel() public method

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