Back to Devexpress

TreeListCellValueEventArgs.Value Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-dot-treelistcellvalueeventargs-4019dbb4.md

latest1.1 KB
Original Source

TreeListCellValueEventArgs.Value Property

Gets or sets the processed cell’s value.

Namespace : DevExpress.Xpf.Grid.TreeList

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Object

An object that is the cell’s value.

|

See Also

TreeListCellValueEventArgs Class

TreeListCellValueEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace