Back to Devexpress

NavigationFrame.AllowMerging Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigationframe-b277ee3f.md

latest1.7 KB
Original Source

NavigationFrame.AllowMerging Property

Gets or sets whether toolbars or ribbons inside this NavigationFrame‘s pages should be merged into toolbars and ribbons of the main window. This is a dependency property.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Property Value

TypeDescription
Nullable<Boolean>

true , if toolbars or ribbons inside this NavigationFrame‘s pages should be merged into toolbars and ribbons of the main window; otherwise, false.

|

Remarks

See MDI Bar Merging and MDI Ribbon Merging to learn more.

See Also

NavigationFrame Class

NavigationFrame Members

DevExpress.Xpf.WindowsUI Namespace