Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
public object Value { get; set; }

#Property Value

Type Description
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