Skip to main content
A newer version of this page is available. .

CardViewSettings.GroupSelectorFillItems Property

Enables you to provide custom items in the group selector.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

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