Back to Devexpress

FlyoutPanel.MinimumSize Property

windowsforms-devexpress-dot-utils-dot-flyoutpanel-5f0ca9ef.md

latest1.2 KB
Original Source

FlyoutPanel.MinimumSize Property

Gets or sets the minimum size of the FlyoutPanel.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Layout")]
public override Size MinimumSize { get; set; }
vb
<DXCategory("Layout")>
Public Overrides Property MinimumSize As Size

Property Value

TypeDescription
Size

A System.Drawing.Size object that specifies the minimum size of the FlyoutPanel.

|

See Also

FlyoutPanel Class

FlyoutPanel Members

DevExpress.Utils Namespace