Back to Devexpress

DockPanel.MinimumSize Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-0fca7d3a.md

latest1.2 KB
Original Source

DockPanel.MinimumSize Property

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

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override Size MinimumSize { get; set; }
vb
<Browsable(False)>
Public Overrides Property MinimumSize As Size

Property Value

TypeDescription
Size

Always an empty System.Drawing.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

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace