alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class MenuFieldSettings

    Configures the field options of the Menu.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    MenuFieldSettings
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MenuFieldSettings : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    MenuFieldSettings()

    Declaration
    public MenuFieldSettings()

    Properties

    Children

    Gets or sets a value that indicates the children field for Menu item.

    Declaration
    [Parameter]
    public string Children { get; set; }
    Property Value
    Type
    string

    Disabled

    Gets or sets a value that indicates the disabled field for Menu item.

    Declaration
    [Parameter]
    public string Disabled { get; set; }
    Property Value
    Type
    string

    Hidden

    Gets or sets a value that indicates the hidden field for Menu item.

    Declaration
    [Parameter]
    public string Hidden { get; set; }
    Property Value
    Type
    string

    HtmlAttributes

    Gets or sets a value that indicates the @attributes (additional attributes) field for Menu item.

    Declaration
    [Parameter]
    public string HtmlAttributes { get; set; }
    Property Value
    Type
    string

    IconCss

    Gets or sets a value that indicates the CSS icon field for Menu item.

    Declaration
    [Parameter]
    public string IconCss { get; set; }
    Property Value
    Type
    string

    ItemId

    Gets or sets a value that indicates the itemId field for Menu item.

    Declaration
    [Parameter]
    public string ItemId { get; set; }
    Property Value
    Type
    string

    ParentId

    Gets or sets a value that indicates the parentId field for Menu item.

    Declaration
    [Parameter]
    public string ParentId { get; set; }
    Property Value
    Type
    string

    Separator

    Gets or sets a value that indicates the separator field for Menu item.

    Declaration
    [Parameter]
    public string Separator { get; set; }
    Property Value
    Type
    string

    Text

    Gets or sets a value that indicates the text field for Menu item.

    Declaration
    [Parameter]
    public string Text { get; set; }
    Property Value
    Type
    string

    Url

    Gets or sets a value that indicates the URL field for Menu item.

    Declaration
    [Parameter]
    public string Url { get; set; }
    Property Value
    Type
    string

    Methods

    Dispose(bool)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    OwningComponentBase.Dispose(bool)

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    Task
    Overrides
    ComponentBase.OnInitializedAsync()

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved