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

GridViewSelection(WebDataProxy) Constructor

Initializes a new instance of the GridViewSelection class.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridViewSelection(
    WebDataProxy webData
)

Parameters

Name Type
webData DevExpress.Web.Data.WebDataProxy

Remarks

This constructor is automatically called when the grid’s ASPxGridView.Selection property is being initialized.

See Also