Skip to main content
All docs
V21.2

BootstrapCardView.GroupSelectorInitialize Event

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v21.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public event ASPxCardViewGroupSelectorInitializeEventHandler GroupSelectorInitialize

Event Data

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

Property Description
GroupSelector Gets the group selector.
See Also