Node<T>.Value Property
In This Article
Gets or sets the node’s value.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#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