Skip to main content

CustomizeCellDisplayTextEventArgs.Value Property

Gets the cell value.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public object Value { get; }

#Property Value

Type Description
Object

An object that represents the value of the processed cell.

See Also