Skip to main content
A newer version of this page is available. .

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.v20.2.dll

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

Declaration

public bool AllowRecreateContent { get; set; }

Property Value

Type Description
Boolean

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

See Also