Back to Devexpress

TdxDockingManager.ParentForm Property

vcl-dxdockcontrol-dot-tdxdockingmanager-d95c502f.md

latest848 B
Original Source

TdxDockingManager.ParentForm Property

Returns the form where the docking manager resides.

Declaration

delphi
property ParentForm: TCustomForm read;

Property Value

Type
TCustomForm

Remarks

The docking controller uses this property to find a docking manager that provides settings for controls residing on a particular form. You may need to use this property to identify docking managers when traversing through the DockManagers collection.

See Also

TdxDockingManager Class

TdxDockingManager Members

dxDockControl Unit