Back to Devexpress

ASPxClientGridViewRowCancelEventArgs Class

aspnet-js-aspxclientgridviewrowcanceleventargs.md

latest1.4 KB
Original Source

ASPxClientGridViewRowCancelEventArgs Class

Provides data for the ASPxClientGridView.RowCollapsing and ASPxClientGridView.RowExpanding events.

Declaration

ts
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 ASPxClientGridViewRowFocusingEventArgs

ASPxClientGridViewRowClickEventArgs

See Also

Grid View

ASPxClientGridViewRowCancelEventArgs Members