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

TdxDockingTypes Type

Represents a set of values specifying the docking type.

#Declaration

Delphi
TdxDockingTypes = set of TdxDockingType;

#Referenced Class

Type
TdxDockingType

#Remarks

The TdxDockingTypes type represents the type of the AllowDock and AllowDockClients properties of dock controls. These properties specify how this control can be docked to other controls and how other controls can be docked to it respectively.

The TdxDockingTypes type is a set of values listed in the TdxDockingType enumerator. Please refer to the enumerator description for details on which values are available.

See Also