Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Controls

#Declaration

public bool CloseOnOuterClick { get; set; }

#Property Value

Type Description
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