Skip to main content

TileNavPane.SelectedElement Property

Returns the NavElementBase object currently selected in the TileNavPane.

Namespace: DevExpress.Xpf.Navigation

Assembly: DevExpress.Xpf.Controls.v23.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