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

DockLayoutControl Attached Properties

Represents a control container that arranges its child items, docking them to its edges or making them occupy the remaining area of the container.
Name Description
AllowHorizontalSizing static

Gets or sets whether horizontal re-sizing is enabled for a specific child element of the DockLayoutControl. This is an attached property.

AllowVerticalSizing static

Gets or sets whether vertical re-sizing is enabled for a specific child element of the DockLayoutControl. This is an attached property.

Dock static Gets or sets the position of a child element within a parent DockLayoutControl. This is an attached property.
UseDesiredHeightAsMaxHeight static

Gets or sets whether an item’s maximum height is set to a value sufficient to display the item and its content in its entirety. This is an attached property.

UseDesiredWidthAsMaxWidth static

Gets or sets whether an item’s maximum width is set to a value sufficient to display the item and its content in its entirety. This is an attached property.

See Also