Skip to main content
A newer version of this page is available.
All docs
V19.2
Tab

GridViewEditorStyles(ASPxGridView) Constructor

Initializes a new instance of the GridViewEditorStyles class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewEditorStyles(
    ASPxGridView grid
)

Parameters

Name Type Description
grid ASPxGridView

An ASPxGridView object that owns the created object.

Remarks

This constructor is automatically called when the ASPxGridView initializes its ASPxGridView.StylesEditors property.

See Also