Skip to main content

Node<T>.Value Property

Gets or sets the node’s value.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public T Value { get; set; }

Property Value

Type Description
T

The node’s value.

Remarks

The object stored in the Value property is of the type to which T is set.

See Also