Class IgbNavDrawerItem
Represents a navigation drawer item.
Inheritance
System.Object
IgbNavDrawerItem
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbNavDrawerItem : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbNavDrawerItem()
Declaration
public IgbNavDrawerItem()
Properties
Active
Determines whether the drawer is active.
Declaration
public bool Active { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DirectRenderElementName
Declaration
protected override string DirectRenderElementName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Disabled
Determines whether the drawer is disabled.
Declaration
public bool Disabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SupportsVisualChildren
Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
UseDirectRender
Declaration
protected override bool UseDirectRender { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
ConnectedCallback()
Declaration
public void ConnectedCallback()
ConnectedCallbackAsync()
Declaration
public Task ConnectedCallbackAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
ResolveDisplay()
Declaration
protected override string ResolveDisplay()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
System.IDisposable