EditRowViewModel.GetDisplayText(Object, String) Method
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public string GetDisplayText(
object value,
string fieldName
)
Parameters
| Name | Type |
|---|---|
| value | Object |
| fieldName | String |
Returns
| Type |
|---|
| String |
See Also