ASPxCardViewGroupSelectorInitializeEventArgs.GroupSelector Property
In This Article
Gets the group selector.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxComboBox GroupSelector { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
Use the GroupSelector property to access the group selector’s settings.
See Also