Skip to main content

CustomDrawNodeCellEventArgs.CellValue Property

Gets the painted cell’s value.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public object CellValue { get; }

Property Value

Type Description
Object

An object representing the painted cell’s value.

See Also