Class NavigationMode
Defines a enum list for the mode of navigation of the child items
Inheritance
System.Object
NavigationMode
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfTreeNavigator.UWP.dll
Syntax
public sealed class NavigationMode : Enum
Fields
Default
On clicking parent item the child items are displayed.
Declaration
public const NavigationMode Default
Field Value
Type |
---|
NavigationMode |
Extended
On clicking parent item the child items are displayed with the parent item as header.
Declaration
public const NavigationMode Extended
Field Value
Type |
---|
NavigationMode |