Back to Devexpress

TileNavPane.CloseOnOuterClick Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilenavpane-70da508a.md

latest1.9 KB
Original Source

TileNavPane.CloseOnOuterClick Property

Gets or sets whether the opened drop-down tile bar closes on light dismiss. This is a dependency property.

Namespace : DevExpress.Xpf.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Property Value

TypeDescription
Boolean

true, if the opened drop-down tile bar closes on light dismiss; otherwise, false. The default is true.

|

Remarks

By default, the opened drop-down tile bar is dismissed if an end-user clicks a navigation element in this drop-down or in the nav bar. It is also dismissed if an end-user resumes interaction with the application anywhere outside the TileNavPane (performs a click anywhere outside the TileNavPane). This behavior is called light dismiss. To prevent the drop-down tile bar from being closed on light dismiss, set the CloseOnOuterClick property to false. In this case, the drop-down tile bar closes only if an end-user clicks a navigation element in the TileNavPane.

See Also

ContinuousNavigation

TileNavPane Class

TileNavPane Members

DevExpress.Xpf.Navigation Namespace