Skip to main content

CellData.Value Property

Gets or sets an object that specifies a data field value.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

An object that specifies a data source’s field value.

Remarks

The CellData object serves as a binding source for a cell template defined for a TemplateColumn column. The Value property provides access to an object that specifies the value of a data field assigned to the column’s FieldName property. If you define a cell template that has bindings to multiple properties of a data row object, use the Source property.

See Also