ASPxClientGridViewRowCancelEventArgs Class
In This Article
Provides data for the ASPxClientGridView.RowCollapsing and ASPxClientGridView.RowExpanding events.
#Declaration
TypeScript
declare class ASPxClientGridViewRowCancelEventArgs extends ASPxClientCancelEventArgs
#Remarks
The ASPxClientGridView.RowCollapsing and ASPxClientGridView.RowExpanding events allow you to prevent end-users from collapsing and expanding individual group rows, respectively.
The ASPxClientGridViewRowCancelEventArgs provides the ASPxClientGridViewRowCancelEventArgs.visibleIndex property that identifies the processed group row.
#Inheritance
ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientGridViewRowCancelEventArgs
See Also