Back to Devexpress

TileNavPane.SelectedElement Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilenavpane-09f8e9a5.md

latest1.7 KB
Original Source

TileNavPane.SelectedElement Property

Returns the NavElementBase object currently selected in the TileNavPane.

Namespace : DevExpress.Xpf.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public NavElementBase SelectedElement { get; }
vb
Public ReadOnly Property SelectedElement As NavElementBase

Property Value

TypeDescription
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

SelectionChanged

TileNavPane Class

TileNavPane Members

DevExpress.Xpf.Navigation Namespace