Skip to main content
All docs
V24.1

VGridControlBase.GetCellDisplayText(String, Int32) Method

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v24.1.dll

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

Declaration

public string GetCellDisplayText(
    string fieldName,
    int recordIndex
)

Parameters

Name Type
fieldName String
recordIndex Int32

Returns

Type
String
See Also