Back to Devexpress

GridCell.Value Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcell-861b4afe.md

latest876 B
Original Source

GridCell.Value Property

Gets the cell’s value.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public object Value { get; }
vb
Public ReadOnly Property Value As Object

Property Value

TypeDescription
Object

The cell’s value.

|

See Also

GridCell Class

GridCell Members

DevExpress.Xpf.Grid Namespace