Skip to main content

TcxGridDetailsSiteTabHitTest.Owner Property

Provides access to the owning object for the grid level at which the tab that corresponds to the current HitTest object is located.

Declaration

property Owner: TObject read; write;

Property Value

Type
TObject

Remarks

By default, the grid control is the owner of the root grid levels and master records are the owners of the corresponding detail (child) levels.

See Also