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

WebDataSelection(WebDataProxy) Constructor

Initializes a new instance of the WebDataSelection class.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v19.1.dll

Declaration

public WebDataSelection(
    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