Skip to main content

Bar.Size Property

Gets the bar’s size.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Size

A Size value that specifies the bar’s size.

See Also