WinForms

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

    Show / Hide Table of Contents

    Class NavigationDrawerActionList

    Class for Smart tag Action List

    Inheritance
    System.Object
    SyncActionListBase<NavigationDrawer>
    NavigationDrawerActionList
    Inherited Members
    SyncActionListBase<NavigationDrawer>.GetProperty(String)
    SyncActionListBase<NavigationDrawer>.SetValue(String, Object)
    SyncActionListBase<NavigationDrawer>.GetValue(String)
    SyncActionListBase<NavigationDrawer>.GetSortedActionItems()
    SyncActionListBase<NavigationDrawer>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<NavigationDrawer>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<NavigationDrawer>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<NavigationDrawer>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<NavigationDrawer>.Control
    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 Description
    System.Int32

    DrawerHeight

    Gets/Sets the DrawerHeight

    Declaration
    public int DrawerHeight { get; set; }
    Property Value
    Type Description
    System.Int32

    DrawerWidth

    Gets/Sets the Drawer Width

    Declaration
    public int DrawerWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    Items

    To populate the Navigation Menu Items

    Declaration
    public NavigationDrawerItemCollection Items { get; set; }
    Property Value
    Type Description
    NavigationDrawerItemCollection

    Position

    Gets/Sets the Position

    Declaration
    public SlidePosition Position { get; set; }
    Property Value
    Type Description
    SlidePosition

    Transition

    To set Transition

    Declaration
    public Transition Transition { get; set; }
    Property Value
    Type Description
    Transition

    Methods

    InitializeActionList()

    override

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.NavigationDrawer>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved