TcxGridTableDataCellViewInfo.DisplayValue Property
Returns the display value of the cell.
Declaration
property DisplayValue: TcxEditValue read;
Property Value
Type |
---|
TcxEditValue |
Remarks
Use the DisplayValue property to obtain the text value that the cell displays if no in-place editor is assigned to that cell. The obtained value can be painted within the cell using the DrawText method of the canvas.
If you want to obtain the dataset value corresponding to the cell, use the Value property.
See Also