Skip to main content
Bar

BarDockControl.Size Property

Gets or sets the width and height of the bar dock control.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Size

A Size structure which specifies the width and height of the bar dock control, in pixels.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also