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.SelectedElement Property

Returns the NavElementBase object currently selected in the TileNavPane.

Namespace: DevExpress.Xpf.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

#Declaration

public NavElementBase SelectedElement { get; }

#Property Value

Type Description
DevExpress.Xpf.Navigation.NavElementBase

A NavElementBase object that is currently selected in the TileNavPane. null (Nothing in VB) if there is no selected element in the TileNavPane.

#Remarks

Read the SelectedElement property to get the NavElementBase object that is currently selected in the TileNavPane.

You can also respond to changing the SelectedElement property value by handling the TileNavPane.SelectionChanged event.

See Also