Back to Devexpress

CustomDrawNodeCellEventArgs.CellValue Property

windowsforms-devexpress-dot-xtratreelist-dot-customdrawnodecelleventargs-066f2ea1.md

latest1.5 KB
Original Source

CustomDrawNodeCellEventArgs.CellValue Property

Gets the painted cell’s value.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public object CellValue { get; }
vb
Public ReadOnly Property CellValue As Object

Property Value

TypeDescription
Object

An object representing the painted cell’s value.

|

See Also

CellText

Column

CustomColumnDisplayText

CustomDrawNodeCellEventArgs Class

CustomDrawNodeCellEventArgs Members

DevExpress.XtraTreeList Namespace