ASPxClientGridViewRowCancelEventArgs Class
Provides data for the ASPxClientGridView.RowCollapsing and ASPxClientGridView.RowExpanding events.
Declaration
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