GuideProperties.AllowFlyoutPanel Property
Gets or sets whether any guide owned by this Adorner UI Manager can display flyout panels.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, to enable flyout panels for all guides; otherwise, false. |
Remarks
See the Adorner Guides document to learn more.
See Also