Skip to main content

DataControlBase.GetCellDisplayText(Int32, String) Method

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public string GetCellDisplayText(
    int rowHandle,
    string fieldName
)

#Parameters

Name Type
rowHandle Int32
fieldName String

#Returns

Type
String
See Also