Back to Devexpress

FlyoutBase.AllowRecreateContent Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-e92a68b4.md

latest1.2 KB
Original Source

FlyoutBase.AllowRecreateContent Property

Gets or sets whether to recreate the flyout popup’s content from the template.

Namespace : DevExpress.Xpf.Editors.Flyout.Native

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowRecreateContent { get; set; }
vb
Public Property AllowRecreateContent As Boolean

Property Value

TypeDescription
Boolean

true to recreate the content from the template; otherwise, false.

|

See Also

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace