menu

WPF

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

    Show / Hide Table of Contents

    Enum DisplayMode

    Defines constants that specify how the drawer is shown in a NavigationDrawer.

    Namespace: Syncfusion.UI.Xaml.NavigationDrawer
    Assembly: Syncfusion.SfNavigationDrawer.WPF.dll
    Syntax
    public enum DisplayMode

    Fields

    Name Description
    Compact

    A drawer always shows as a narrow bar based on CompactModeWidth property which can be opened to full width. When expanded the drawer appears as an overlay above the content.

    Default

    Displays the drawer when IsOpen property is true and gets hidden when IsOpen property is false.

    Expanded

    A drawer stays open alongside of the content to the width of ExpandedModeWidth property.

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