Skip to main content

Member Table: Item Clicking and Selecting

#Properties

Property (Methods) Description
NavBarControl.AllowSelectItem Gets or sets a value specifying whether items can be selected. This is a dependency property.
NavBarControl.AllowSelectDisabledItem Gets or sets a value that specifies whether disabled items are allowed to be selected. This is a dependency property.
NavBarControl.EachGroupHasSelectedItem Gets or sets a value specifying whether each group can have a selected item. This is a dependency property.
NavBarItem.IsSelected Gets a value that specifies whether the item is selected. This is a dependency property.
NavBarControl.SelectedItem
NavBarControl.SelectedItems
NavBarGroup.SelectedItem Gets or sets an object representing the group's selected item. This is a dependency property.
NavBarGroup.SelectedItemIndex Gets or sets a value specifying the index of the group's selected item. This is a dependency property.

#Events

Property (Methods) Description
NavBarViewBase.Click Fires immediately after an end-user performs a click within the view.
NavBarViewBase.ItemSelecting Fires before an item is selected.
NavBarViewBase.ItemSelected Fires immediately after an item has been selected.

#Command

Property (Methods) Description
NavBarCommands.SelectItem Selects the specified item.