C# Class Ext.Net.PropertyGrid

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

Private Properties

Property Type Description
AddProperty void
ChopQuotes string
CreateChildControls void
CreateEditors void
FindParam PropertyGridParameter
LoadPostData bool
OnDataChanged void
OnPreRender void
PropertyGrid System
RaiseCallBackEvent void
RaisePostBackEvent void
RaisePostDataChangedEvent void
RemoveProperty void
SetSource void
UpdateProperty void

Public Methods

Method Description
BuildSource ( string strSource ) : void
PropertyGrid ( Config config ) : System

Protected Methods

Method Description
CheckStore ( ) : void

Private Methods

Method Description
AddProperty ( PropertyGridParameter property ) : void
ChopQuotes ( string value ) : string
CreateChildControls ( ) : void
CreateEditors ( ) : void
FindParam ( string name ) : PropertyGridParameter
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnDataChanged ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
PropertyGrid ( ) : System
RaiseCallBackEvent ( string eventArgument ) : void
RaisePostBackEvent ( string eventArgument ) : void
RaisePostDataChangedEvent ( ) : void
RemoveProperty ( string propertyName ) : void
SetSource ( PropertyGridParameterCollection source ) : void
UpdateProperty ( string propertyName, object value ) : void

Method Details

BuildSource() public method

public BuildSource ( string strSource ) : void
strSource string
return void

CheckStore() protected method

protected CheckStore ( ) : void
return void

PropertyGrid() public method

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