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
public bool IsValueChanged { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also