Skip to main content

FlyoutPanel.MinimumSize Property

Gets or sets the minimum size of the FlyoutPanel.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DXCategory("Layout")]
public override Size MinimumSize { get; set; }

Property Value

Type Description
Size

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

See Also