Skip to main content

TcxCustomGridViewInfo Members

Serves as the base for classes that hold the ViewInfo information used to paint grid Views.

Constructors

Name Description
Create(TcxCustomGridView) Creates a TcxGridViewHandler class instance. Inherited from TcxGridViewHandler.
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
AllowHideSite
BackgroundBitmap
BackgroundColor
Bounds
Calculated
Canvas
ClientBounds
ClientHeight
ClientWidth
Control protected Specifies the grid control owning the View. Inherited from TcxGridViewHandler.
Controller protected Returns the View’s controller object. Inherited from TcxGridViewHandler.
DataController protected Specifies the data controller assigned to the View. Inherited from TcxGridViewHandler.
DesignSelectorViewInfo
GridView Identifies the View to which the TcxGridViewHandler class provides information. Inherited from TcxGridViewHandler.
IsCalculating
IsInternalUse
IsRightToLeftConverted
LookAndFeelPainter Inherited from TcxGridViewHandler.
MousePos
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
Painter Inherited from TcxGridViewHandler.
ScaleFactor
Site
ViewData protected Specifies the object retrieving data from a data controller and providing it to a View. Inherited from TcxGridViewHandler.
ViewInfo Inherited from TcxGridViewHandler.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate(TcxGridShowLockedStateImageMode) Prevents a grid View from updating until the EndUpdate method is called. Inherited from TcxGridViewHandler.
DoRightToLeftConversion(TRect)
DoVisibilityChanged(Boolean)
EndUpdate Enables updates of a View. Inherited from TcxGridViewHandler.
Equals(TObject) Inherited from TObject.
GetFontHeight(TFont)
GetFontMetrics(TFont,TTextMetric)
GetHashCode Inherited from TObject.
GetHeight(TPoint,Integer,Boolean)
GetHitTest(Integer,Integer) Returns the HitTest object identifying the View’s element located at a particular point (called test or inspected point).
GetHitTest(TPoint)
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetWidth(TPoint,Integer)
MainCalculate(TRect)
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
Recalculate
RightToLeftConversion(TRect)
ToString Inherited from TObject.
UseRightToLeftAlignment Inherited from TcxGridViewHandler.
See Also