Back to Devexpress

DockPanel.MaximumSize Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-5fd4b965.md

latest1.2 KB
Original Source

DockPanel.MaximumSize Property

Gets the control’s maximum 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 MaximumSize { get; set; }
vb
<Browsable(False)>
Public Overrides Property MaximumSize 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