TcxEditCellViewInfo Class
A ViewInfo object that contains the painting information on a data cell in a tabular editing control (e.g., the TreeList control).
Declaration
TcxEditCellViewInfo = class(
TcxCustomViewInfoItem,
IcxHotTrackElement,
IcxHintableObject,
IcxEditOwner
)
Remarks
This class contains information about a data cell for the data cell painter. The information includes:
- The cell-specific settings (Borders, ContentRect, DisplayValue, Focused, and RecordIndex).
- ViewInfo information of an in-place editor associated with this cell (EditViewInfo).
Inheritance
TObject
TcxIUnknownObject
TcxCustomViewInfoItem
TcxEditCellViewInfo
See Also