CardViewSettings.GroupSelectorFillItems Property
Enables you to provide custom items in the group selector.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public ASPxCardViewGroupSelectorFillItemsEventHandler GroupSelectorFillItems { get; set; }
Property Value
Type | Description |
---|---|
ASPxCardViewGroupSelectorFillItemsEventHandler | A ASPxCardViewGroupSelectorFillItemsEventHandler delegate method allowing you to implement custom processing. |
Remarks
The group selector is a combo box editor that provides a set of card view columns by which you can group cards. The GroupSelectorFillItems event is raised before the group selector is invoked and its default items are created. This enables you to provide your custom items to the group selector.
See Also