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