Skip to main content

Node<T>.Value Property

Gets or sets the node’s value.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#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