Skip to main content

ASPxClientVerticalGridRowCancelEventArgs Class

Provides data for the cancelable events of a client ASPxVerticalGrid row.

#Declaration

TypeScript
declare class ASPxClientVerticalGridRowCancelEventArgs extends ASPxClientCancelEventArgs

#Remarks

The ASPxClientVerticalGridRowCancelEventArgs class provides the row property that identifies the client row currently being processed.

#Inheritance

ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientVerticalGridRowCancelEventArgs
See Also