alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ItemType

    Define constants that specify the types of items that can be populated to the drawer.

    Inheritance
    System.Object
    ItemType
    Namespace: Syncfusion.UI.Xaml.NavigationDrawer
    Assembly: Syncfusion.SfNavigationDrawer.WPF.dll
    Syntax
    public sealed class ItemType : Enum

    Fields

    Button

    Represents a button behavior which is not selectable and only ItemClicked and Command actions can be performed.

    Declaration
    public const ItemType Button
    Field Value
    Type
    ItemType

    Header

    Represents a header for a group of items in a NavigationDrawer.

    Declaration
    public const ItemType Header
    Field Value
    Type
    ItemType

    Separator

    Represents a line that separates items in a NavigationDrawer.

    Declaration
    public const ItemType Separator
    Field Value
    Type
    ItemType

    Tab

    Represents a tab behavior which is selectable and ItemClicked and Command actions can be performed.

    Declaration
    public const ItemType Tab
    Field Value
    Type
    ItemType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved