Back to Devexpress

ASPxCardViewGroupSelectorInitializeEventArgs.GroupSelector Property

aspnet-devexpress-dot-web-dot-aspxcardviewgroupselectorinitializeeventargs.md

latest1.4 KB
Original Source

ASPxCardViewGroupSelectorInitializeEventArgs.GroupSelector Property

Gets the group selector.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxComboBox GroupSelector { get; }
vb
Public ReadOnly Property GroupSelector As ASPxComboBox

Property Value

TypeDescription
ASPxComboBox

An ASPxComboBox object that represents the group selector.

|

Remarks

Use the GroupSelector property to access the group selector’s settings.

See Also

Grouping Overview

ASPxCardViewGroupSelectorInitializeEventArgs Class

ASPxCardViewGroupSelectorInitializeEventArgs Members

DevExpress.Web Namespace