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

ASPxCardViewGroupSelectorInitializeEventArgs(ASPxComboBox) Constructor

Initializes a new instance of the ASPxCardViewGroupSelectorInitializeEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxCardViewGroupSelectorInitializeEventArgs(
    ASPxComboBox groupSelector
)

Parameters

Name Type Description
groupSelector ASPxComboBox

An ASPxComboBox object that serves as the group selector.

See Also