Skip to main content

ICustomNavigator.SelectedItems property

Namespace: NextDesign.Desktop.CustomUI

Description

Enumeration of selected elements in the navigator
If there are no selected elements, your implementation should return an empty enumeration.

IEnumerable<object> SelectedItems { get; }

Type

  • IEnumerable<object>