TreeListCellValueEventArgs.Cell Property
In This Article
Gets or sets the CellValue object consisting of information about the cell being processed.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
The Cell |
#Remarks
The Cell property returns the CellValue object that encapsulates information about the cell being processed. The CellValue type provides the following properties:
- CellValue.Row – the handle of the row containing the cell.
- CellValue.Property – the data source field name that corresponds to the column containing the cell.
- CellValue.Value – the object that represents the current value of the cell.
#Implements
DevExpress.Xpf.Core.Native.IDataCellEventArgs.Cell
See Also