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

VerticalGridEditDataRow(String) Constructor

Initializes a new instance of the VerticalGridEditDataRow class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public VerticalGridEditDataRow(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A String value that specifies the name of a data field. This value is assigned to the VerticalGridDataRow.FieldName property.

See Also