Extends ManagedObject. Extends SeSSimulatedObject.
Behavior Pattern: DXPropertyGridControlBehavior
Property Summary
Property
|
Description
|
Getter
|
Setter
|
RowCount
|
Number of rows in the table.
|
GetRowCount
|
|
Action Summary
Property Detail
RowCount
Number of rows in the table.
Type: number
Accessors: GetRowCount
Action Detail
DoGetRowCaption(rowIndex)
Gets caption of the row with index.
Parameters:
Name
|
Type
|
Description
|
rowIndex
|
number
|
Row index
|
Returns:
string: Row caption
DoGetRowColor(rowIndex)
Gets color of the row with index.
Parameters:
Name
|
Type
|
Description
|
rowIndex
|
number
|
Row index
|
Returns:
string: Row color
DoGetRowRect(rowIndex)
Gets rectangle of the row with index.
Parameters:
Name
|
Type
|
Description
|
rowIndex
|
number
|
Row index
|
Returns:
Object: Row rectangle {x, y, w, h}.
DoGetRowValue(rowIndex)
Gets value of the row with index.
Parameters:
Name
|
Type
|
Description
|
rowIndex
|
number
|
Row index
|
Returns:
Object: Row value
DoSetRowValue(rowIndex, value)
Sets value of the row with index.
Parameters:
Name
|
Type
|
Description
|
rowIndex
|
number
|
Row index
|
value
|
string
|
Value to set
|
Returns:
Boolean: 'true' if successfull
|