Back to Devexpress

FlyoutPanel.Visible Property

windowsforms-devexpress-dot-utils-dot-flyoutpanel-b6bac82d.md

latest1.4 KB
Original Source

FlyoutPanel.Visible Property

This property is not supported by the FlyoutPanel class. Use the FlyoutPanel.ShowPopup and FlyoutPanel.HidePopup methods to control the panel visibility.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public bool Visible { get; set; }
vb
<Browsable(False)>
Public Property Visible As Boolean

Property Value

Type
Boolean

See Also

ShowPopup

HidePopup

FlyoutPanel Class

FlyoutPanel Members

DevExpress.Utils Namespace