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

ASPxCardViewGroupSelectorInitializeEventArgs.GroupSelector Property

Gets the group selector.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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