Skip to main content
Bar

BarHeaderItem.Size Property

Gets or sets the BarHeaderItem‘s size.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Size Size { get; set; }

Property Value

Type Description
Size

A Size structure that is this BarHeaderItem‘s size.

Remarks

If either dimension of the Size property was not specified, the item calculates the related side automatically.

See Also