Configures the field options of the Menu.
Inheritance
MenuFieldSettings
Assembly: Syncfusion.Blazor.dll
public class MenuFieldSettings : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
Declaration
public MenuFieldSettings()
Properties
Gets or sets a value that indicates the children field for Menu item.
Declaration
[Parameter]
public string Children { get; set; }
Property Value
Gets or sets a value that indicates the disabled field for Menu item.
Declaration
[Parameter]
public string Disabled { get; set; }
Property Value
Gets or sets a value that indicates the hidden field for Menu item.
Declaration
[Parameter]
public string Hidden { get; set; }
Property Value
Gets or sets a value that indicates the @attributes (additional attributes) field for Menu item.
Declaration
[Parameter]
public string HtmlAttributes { get; set; }
Property Value
Gets or sets a value that indicates the CSS icon field for Menu item.
Declaration
[Parameter]
public string IconCss { get; set; }
Property Value
Gets or sets a value that indicates the itemId field for Menu item.
Declaration
[Parameter]
public string ItemId { get; set; }
Property Value
Gets or sets a value that indicates the parentId field for Menu item.
Declaration
[Parameter]
public string ParentId { get; set; }
Property Value
Gets or sets a value that indicates the separator field for Menu item.
Declaration
[Parameter]
public string Separator { get; set; }
Property Value
Gets or sets a value that indicates the text field for Menu item.
Declaration
[Parameter]
public string Text { get; set; }
Property Value
Gets or sets a value that indicates the URL field for Menu item.
Declaration
[Parameter]
public string Url { get; set; }
Property Value
Methods
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| bool |
disposing |
|
Overrides
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Implements