Skip to main content

CellData.Value Property

Gets or sets the cell’s value.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[P(null, Handler = "OnValueChanged")]
public object Value { get; set; }

#Property Value

Type Description
Object

The cell’s value.

See Also