Method | Description | |
---|---|---|
ConvertControlValue ( GridControl control, JToken token, IGridControlValue &value ) : bool |
Converts the specified
|
|
ConvertEditorConfig ( GridEditor editor, JToken token, IGridEditorConfig &config ) : bool |
Converts the specified
|
|
GetControlWrapper ( GridControl control, |
Gets an instance
|
public ConvertControlValue ( GridControl control, JToken token, IGridControlValue &value ) : bool | ||
control | GridControl | The parent control. |
token | JToken | The instance of JToken representing the control value. |
value | IGridControlValue | The converted value. |
return | bool |
public ConvertEditorConfig ( GridEditor editor, JToken token, IGridEditorConfig &config ) : bool | ||
editor | GridEditor | |
token | JToken | The instance of JToken representing the editor config. |
config | IGridEditorConfig | The converted config. |
return | bool |
public GetControlWrapper ( GridControl control, |
||
control | GridControl | The control to be wrapped. |
wrapper | The wrapper. | |
return | bool |