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

VGridRows.AddEditorRow(String) Method

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.VerticalGrid

Declaration

public virtual EditorRow AddEditorRow(
    string fieldName
)

Parameters

Name Type
fieldName String

Returns

Type
EditorRow
See Also