Enum ItemType
Define constants that specify the types of items that can be populated to the drawer.
Namespace: Syncfusion.UI.Xaml.NavigationDrawer
Assembly: Syncfusion.SfNavigationDrawer.WPF.dll
Syntax
public enum ItemType
Fields
| Name | Description |
|---|---|
| Button | Represents a button behavior which is not selectable and only ItemClicked and Command actions can be performed. |
| Header | Represents a header for a group of items in a NavigationDrawer. |
| Separator | Represents a line that separates items in a NavigationDrawer. |
| Tab | Represents a tab behavior which is selectable and ItemClicked and Command actions can be performed. |