Skip to main content

NavBarGroupControlContainer.Size Property

Gets or sets the height and width of the container.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Size

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

Remarks

Do not use the Size property directly from your code. To change the container’s size, change the size of the group which owns the container.

See Also