Skip to main content

BaseLayoutItem.Height Property

Gets or sets the layout item’s height.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public int Height { get; set; }

Property Value

Type Description
Int32

An integer that specifies the layout item’s height.

Remarks

This property is synchronized with the Height attribute of the BaseLayoutItem.Size property. See the BaseLayoutItem.Size topic for additional information.

See Also