Skip to main content

GuideDefaultProperties.IsFlyoutPanelEnabled Property

Returns whether or not this guide will show its flyout panel when selected.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
public bool IsFlyoutPanelEnabled { get; }

Property Value

Type Description
Boolean

true if this guide will show its flyout panel when selected; otherwise, false.

Remarks

To specify whether or not a guide should display its flyout panel, use the GuideDefaultProperties.AllowFlyoutPanel property. Depending on its value, this property can inherit or override the global behavior specified by the parent manager’s GuideProperties.AllowFlyoutPanel property.

See Also