menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ItemType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved