Skip to main content
Tab

VerticalGridDataRow(String) Constructor

Initializes a new instance of the VerticalGridDataRow class with the specified field name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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