TcxCustomGridHitTest.ViewInfo Property
Provides access to ViewInfo information about the grid element located at the inspected point.
Declaration
property ViewInfo: TcxCustomGridCellViewInfo read; write;
Property Value
Type |
---|
TcxCustomGridCellViewInfo |
Remarks
Use this property to access basic information (the size and position within the grid) about the inspected grid element.
See Also