BootstrapCardView.GroupSelectorInitialize Event
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v22.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