Skip to main content

ASPxClientVerticalGridRowExpandingEventArgs Members

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

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