Class DisplayMode
Defines constants that specify how the drawer is shown in a NavigationDrawer.
Inheritance
System.Object
DisplayMode
Namespace: Syncfusion.UI.Xaml.NavigationDrawer
Assembly: Syncfusion.SfNavigationDrawer.WPF.dll
Syntax
public sealed class DisplayMode : Enum
Fields
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.
Declaration
public const DisplayMode Compact
Field Value
Type |
---|
DisplayMode |
Default
Declaration
public const DisplayMode Default
Field Value
Type |
---|
DisplayMode |
Expanded
A drawer stays open alongside of the content to the width of ExpandedModeWidth property.
Declaration
public const DisplayMode Expanded
Field Value
Type |
---|
DisplayMode |