ASPxClientVerticalGridRowExpandingEventArgs Class
Provides data for the ASPxClientVerticalGrid.RowExpandedChanging event.
Declaration
declare class ASPxClientVerticalGridRowExpandingEventArgs extends ASPxClientVerticalGridRowExpandedEventArgs
Remarks
Objects of the ASPxClientVerticalGridRowExpandingEventArgs type are used as arguments for the ASPxClientVerticalGrid.RowExpandedChanging event, generated on the client side.
ASPxClientVerticalGridRowExpandingEventArgs objects with proper settings are automatically created and passed to the corresponding event handler.
Inheritance
ASPxClientEventArgs
ASPxClientVerticalGridRowExpandedEventArgs
ASPxClientVerticalGridRowExpandingEventArgs
See Also