Skip to main content

ASPxClientVerticalGridRowExpandingEventArgs Members

In This Article
Provides data for the ASPxClientVerticalGrid.RowExpandedChanging event.

#Constructors

Name Description
constructor(row) Initializes a new instance of the ASPxClientVerticalGridRowExpandingEventArgs class with the specified row.

#Properties
Show Inherited Hide Inherited

Name Description
cancel Gets or sets a value indicating whether the action which raised the event should be canceled.
row Gets the expanded row. Inherited from ASPxClientVerticalGridRowExpandedEventArgs.
See Also