CardViewSettings.GroupSelectorInitialize Property
Enables you to customize the group selector.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public ASPxCardViewGroupSelectorInitializeEventHandler GroupSelectorInitialize { get; set; }
Property Value
Type | Description |
---|---|
ASPxCardViewGroupSelectorInitializeEventHandler | A ASPxCardViewGroupSelectorInitializeEventHandler delegate method allowing you to implement custom processing. |
See Also