Skip to main content

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

NuGet Package: 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