Class NavigationDrawerItems
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
Inherited Members
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