Back to Devexpress

CellData.Value Property

maui-devexpress-dot-maui-dot-datagrid-dot-celldata.md

latest1.3 KB
Original Source

CellData.Value Property

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

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public object Value { get; set; }

Property Value

TypeDescription
System.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

CellData Class

CellData Members

DevExpress.Maui.DataGrid Namespace