GuideDefaultProperties.IsFlyoutPanelEnabled Property
Returns whether or not this guide will show its flyout panel when selected.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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