Skip to main content
A newer version of this page is available. .

TcxGridTableDataCellViewInfo.Properties Property

A reference to the in-place editor that is bound to the cell.

Declaration

property Properties: TcxCustomEditProperties read;

Property Value

Type
TcxCustomEditProperties

Remarks

The Properties property enables you to access the properties and methods of the in-place editor assigned to a cell. This allows you to paint cells according to editor settings.

If no editor is assigned to the cell, the Properties property returns nil.

See Also