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

VerticalGridEditDataRow(String, String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public VerticalGridEditDataRow(
    string fieldName,
    string caption
)

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.

caption String

A String value that specifies the row’s caption.

See Also