ASPxClientGridBatchEditSummaryDisplayTextEventArgs.groupRowVisibleIndex Property
Specifies the group row’s visible index.
Declaration
groupRowVisibleIndex: number
Property Value
| Type | Description |
|---|---|
| number | The index. |
Remarks
The groupRowVisibleIndex property allows you to get or set the group row’s visible index in the BatchEditSummaryDisplayText event handler.
See Also