menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class NavigationDrawerItems

    Inheritance
    System.Object
    CommonControl
    NavigationDrawerItems
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonControl.RaisePostBackEvent(String)
    CommonControl.PostBackEventHandler(String, Dictionary<String, Object>)
    CommonControl.LoadViewState(Object)
    CommonControl.OnInit(EventArgs)
    CommonControl.OnLoad(EventArgs)
    CommonControl.UpdateServerModel(Dictionary<String, Object>)
    CommonControl.GetDependentFiles()
    CommonControl.Render(HtmlTextWriter)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class NavigationDrawerItems : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    NavigationDrawerItems()

    Declaration
    public NavigationDrawerItems()

    Properties

    Href

    Gets or sets Href.

    Declaration
    public string Href { get; set; }
    Property Value
    Type Description
    System.String

    ID

    Gets or sets ID.

    Declaration
    public string ID { get; set; }
    Property Value
    Type Description
    System.String

    ImageClass

    Gets or sets ImageClass.

    Declaration
    public string ImageClass { get; set; }
    Property Value
    Type Description
    System.String

    ImageURL

    Gets or sets ImageURL.

    Declaration
    public string ImageURL { get; set; }
    Property Value
    Type Description
    System.String

    Items

    Collection of sub-level items.

    Declaration
    public List<NavigationDrawerItems> Items { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<NavigationDrawerItems>

    NavigateUrl

    Gets or sets navigation URL.

    Declaration
    public string NavigateUrl { get; set; }
    Property Value
    Type Description
    System.String

    Text

    Gets or sets Text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ShouldSerializeNavigationDrawerItems()

    Declaration
    public bool ShouldSerializeNavigationDrawerItems()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved