Class NavigationDrawerActionList
Class for Smart tag Action List
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class NavigationDrawerActionList : SyncActionListBase<NavigationDrawer>
Constructors
NavigationDrawerActionList(IComponent)
Constructor
Declaration
public NavigationDrawerActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component |
Properties
AnimationDuration
Gets/Sets the Animation Duration
Declaration
public int AnimationDuration { get; set; }
Property Value
Type |
---|
System.Int32 |
DrawerHeight
Gets/Sets the DrawerHeight
Declaration
public int DrawerHeight { get; set; }
Property Value
Type |
---|
System.Int32 |
DrawerWidth
Gets/Sets the Drawer Width
Declaration
public int DrawerWidth { get; set; }
Property Value
Type |
---|
System.Int32 |
Items
To populate the Navigation Menu Items
Declaration
public NavigationDrawerItemCollection Items { get; set; }
Property Value
Type |
---|
NavigationDrawerItemCollection |
Position
Gets/Sets the Position
Declaration
public SlidePosition Position { get; set; }
Property Value
Type |
---|
SlidePosition |
Transition
To set Transition
Declaration
public Transition Transition { get; set; }
Property Value
Type |
---|
Transition |
Methods
InitializeActionList()
override
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.NavigationDrawer>.InitializeActionList()