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

BarHeaderItem.AutoSize Property

This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public override BarStaticItemSize AutoSize { get; set; }

Property Value

Type
BarStaticItemSize

Available values:

Name Description
None

Leaves the width of a specific BarStaticItem‘s link at the precompiled state.

Content

Resizes a specific BarStaticItem‘s link so its width matches that link’s contents width.

Spring

Resizes a specific BarStaticItem‘s link so that it consumes the largest possible area of a specific bar.

This option is only in effect when the link is positioned within a status bar specified by the BarManager.StatusBar property.

See Also