Back to Devexpress

CardViewSettings.GroupSelectorInitialize Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-e1a64cec.md

latest1.3 KB
Original Source

CardViewSettings.GroupSelectorInitialize Property

Enables you to customize the group selector.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxCardViewGroupSelectorInitializeEventHandler GroupSelectorInitialize { get; set; }
vb
Public Property GroupSelectorInitialize As ASPxCardViewGroupSelectorInitializeEventHandler

Property Value

TypeDescription
ASPxCardViewGroupSelectorInitializeEventHandler

A ASPxCardViewGroupSelectorInitializeEventHandler delegate method allowing you to implement custom processing.

|

See Also

CardViewSettings Class

CardViewSettings Members

DevExpress.Web.Mvc Namespace