Skip to main content

TcxGridDetailsSiteTabHitTest.Level Property

Provides access to the grid level at which the tab panel (and the tab that corresponds to the current HitTest object) is located.

Declaration

property Level: TcxGridLevel read; write;

Property Value

Type
TcxGridLevel

Remarks

The owning object (the immediate parent object within the grid level hierarchy) of this grid level can be accessed via the Owner property.

See Also