TileNavPane.SelectedElement Property
Returns the NavElementBase object currently selected in the TileNavPane.
Namespace: DevExpress.Xpf.Navigation
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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