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

StandaloneBarDockControl.Size Property

Gets or sets the width and height of the StandaloneBarDockControl.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Layout")]
[Browsable(true)]
public Size Size { get; set; }

Property Value

Type Description
Size

The Size that represents the height and width of the control in pixels.

See Also