Skip to main content

GetNodeDisplayValueEventArgs.Value Property

Gets or sets the value contained within the processed cell.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public override object Value { get; set; }

Property Value

Type Description
Object

An object representing the processed cell’s value.

See Also