TileNavPane.SelectedElement Property
In This Article
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
#Property Value
Type | Description |
---|---|
DevExpress. |
A Nav |
#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