Skip to main content
A newer version of this page is available. .

BaseLayoutItem.ItemHeight Property

Gets or sets the height for the specified BaseLayoutItem object. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v18.2.dll

Declaration

public GridLength ItemHeight { get; set; }

Property Value

Type Description
GridLength

A GridLength object, which is the height of the specified BaseLayoutItem object.

Remarks

If a LayoutPanel object is positioned within an AutoHideGroup, the panel’s ItemHeight property is not updated when an end-user resizes the auto-hide group vertically at runtime.

When items are vertically lined up inside a LayoutGroup (the LayoutGroup.Orientation property is set to Vertical), you can use the ItemHeight property to change the height of individual items, while the item width (BaseLayoutItem.ItemWidth) cannot be changed in this case.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ItemHeight property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also