Skip to main content
Tab

ASPxCardViewGroupSelectorInitializeEventArgs.GroupSelector Property

Gets the group selector.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxComboBox GroupSelector { get; }

Property Value

Type Description
ASPxComboBox

An ASPxComboBox object that represents the group selector.

Remarks

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

See Also