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

BarHeaderItem.Size Property

Gets or sets the BarHeaderItem‘s size.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
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