Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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