Skip to main content
A newer version of this page is available. .

ASPxClientCardView.GroupRowCollapsing Event

Fires before a group row is collapsed.

Declaration

GroupRowCollapsing: ASPxClientEvent<ASPxClientCardViewGroupCancelEventHandler<ASPxClientCardView>>

Event Data

The GroupRowCollapsing event's data class is ASPxClientCardViewGroupCancelEventArgs. The following properties provide information specific to this event:

Property Description
cancel Gets or sets a value indicating whether the action which raised the event should be canceled. Inherited from ASPxClientCancelEventArgs.
visibleIndex Gets the processed group row’s visible index.

Remarks

Handle the GroupRowCollapsing event to specify whether the group row is allowed to be collapsed. To cancel this action, set the event parameter’s cancel property to true.

See Also