Skip to main content
A newer version of this page is available.
All docs
V19.2

BootstrapCardView.GroupSelectorInitialize Event

Namespace: DevExpress.Web.Bootstrap

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

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