LinkSelectionModeType Enum
Defines the set of values used to specify the link selection mode in the NavBarControl.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Members
Name | Description |
---|---|
None
|
Link selection is disabled. |
One
|
Only one link at a time can be selected throughout the Nav |
One
|
Each group can have a selected link independent of other groups. A group will not have a selected link until you or an end-user has explicitly selected a link. |
One
|
Each group has a selected link independent of other groups. Unlike the Link Note Automatic link selection is not supported for Explorer Bar Views. |
#Related API Members
The following properties accept/return LinkSelectionModeType values:
#Remarks
Values of this enumeration are used to set the NavBarControl.LinkSelectionMode property to specify the link selection mode.