ASPxClientGridBatchEditSummaryDisplayTextEventArgs.groupRowVisibleIndex Property
In This Article
Specifies the group row’s visible index.
#Declaration
TypeScript
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