Class IgbNavDrawer
Represents a side navigation container that provides
quick access between views.
Inheritance
System.Object
IgbNavDrawer
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbNavDrawer : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbNavDrawer()
Declaration
Properties
DirectRenderElementName
Declaration
protected override string DirectRenderElementName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Open
Determines whether the drawer is opened.
Declaration
public bool Open { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Position
The position of the drawer.
Declaration
public NavDrawerPosition Position { get; set; }
Property Value
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
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
Hide()
Declaration
HideAsync()
Declaration
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
ResolveDisplay()
Declaration
protected override string ResolveDisplay()
Returns
Type |
Description |
System.String |
|
Overrides
Show()
Declaration
ShowAsync()
Declaration
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Toggle()
Declaration
ToggleAsync()
Toggles the open state of the drawer.
Declaration
public Task ToggleAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements
System.IDisposable