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

VGridControlBase.GetCellDisplayText(String, Int32) Method

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

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

Declaration

public string GetCellDisplayText(
    string fieldName,
    int recordIndex
)

Parameters

Name Type
fieldName String
recordIndex Int32

Returns

Type
String
See Also