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

DockPanel.MinimumSize Property

Gets the control’s minimum size. This property is not supported.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

Property Value

Type Description
Size

Always an empty Size structure.

Remarks

This property is not supported. It’s not possible to specify the maximum and minimum size the panel can be resized.

See Also