Back to Devexpress

TdxZone.DockType Property

vcl-dxdockcontrol-dot-tdxzone-edce08e1.md

latest1.1 KB
Original Source

TdxZone.DockType Property

Returns the docking type supported by the zone.

Declaration

delphi
property DockType: TdxDockingType read;

Property Value

Type
TdxDockingType

Remarks

The DockType property is useful for dock zones only. It indicates the docking type supported by the zone. The value returned by this property specifies the DockType value that controls docked to this zone will have. You can use this property when obtaining a zone as the parameter of events that control docking operations. Using it, you can determine whether the control is being docked to the client area of the target control or to which edge.

See Also

TdxCustomDockControl.DockType

Dock Zones

TdxZone Class

TdxZone Members

dxDockControl Unit