Back to Devexpress

CellData.IsValueChanged Property

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

latest807 B
Original Source

CellData.IsValueChanged Property

Gets whether a value of the cell that belongs to a row is changed.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public bool IsValueChanged { get; }

Property Value

TypeDescription
Boolean

true if the cell value is changed; otherwise, false.

|

See Also

CellData Class

CellData Members

DevExpress.Maui.DataGrid Namespace