Метод | Описание | |
---|---|---|
GetAllControls ( ) : GridControl[] |
Gets an array of all nested controls.
|
|
GetAllControls ( bool>.Func |
Gets an array of all nested controls matching the specified
|
|
GetAllControls ( string alias ) : GridControl[] |
Gets an array of all nested controls with the specified editor
|
|
Parse ( |
Parses a row from the specified
|
Метод | Описание | |
---|---|---|
GridRow ( Newtonsoft.Json.Linq.JObject obj ) : System |
public GetAllControls ( bool>.Func |
||
predicate | bool>.Func | The predicate (callback function) used for comparison. |
Результат | GridControl[] |
public GetAllControls ( string alias ) : GridControl[] | ||
alias | string | The editor alias of controls to be returned. |
Результат | GridControl[] |
protected GridRow ( Newtonsoft.Json.Linq.JObject obj ) : System | ||
obj | Newtonsoft.Json.Linq.JObject | |
Результат | System |
public static Parse ( |
||
section | The parent section of the row. | |
obj | Newtonsoft.Json.Linq.JObject | The instance of JObject to be parsed. |
Результат |