Back to Devexpress

Member Table: Item Clicking and Selecting

wpf-6758-controls-and-libraries-navigation-controls-navigation-bar-member-tables-member-table-item-clicking-and-selecting.md

latest3.0 KB
Original Source

Member Table: Item Clicking and Selecting

  • Jun 07, 2019
  • 2 minutes to read

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 | Gets or sets the NavBarItem currently selected within this NavBarControl. | | NavBarControl.SelectedItems | Gets or sets the collection of NavBarItems currently selected within this NavBarControl. | | 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.ClickFires immediately after an end-user performs a click within the view.
NavBarItem.ClickFires immediately after an end-user has clicked a group item.
NavBarGroup.ClickFires immediately after an end-user clicks the current group’s header.
NavBarViewBase.ItemSelectingFires before an item is selected.
NavBarViewBase.ItemSelectedFires immediately after an item has been selected.
NavBarItem.SelectFires when a NavBarItem is selected.

Command

Property (Methods)Description
NavBarCommands.SelectItemSelects the specified item.
NavBarItem.CommandGets or sets the command to invoke when the NavBar item is clicked.