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

CardViewSelection(WebDataProxy) Constructor

Initializes a new instance of the CardViewSelection class.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CardViewSelection(
    WebDataProxy webData
)

Parameters

Name Type
webData DevExpress.Web.Data.WebDataProxy

Remarks

This constructor is automatically called when the card view’s ASPxCardView.Selection property is being initialized.

See Also