Class MenuFieldSettings
Configures the field options of the Menu.
Inheritance
System.Object
MenuFieldSettings
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public class MenuFieldSettings : OwningComponentBase
Constructors
MenuFieldSettings()
Declaration
public MenuFieldSettings()
Properties
Children
Gets or sets a value that indicates the children field for Menu item.
Declaration
public string Children { get; set; }
Property Value
Type |
---|
System.String |
Disabled
Gets or sets a value that indicates the disabled field for Menu item.
Declaration
public string Disabled { get; set; }
Property Value
Type |
---|
System.String |
Hidden
Gets or sets a value that indicates the hidden field for Menu item.
Declaration
public string Hidden { get; set; }
Property Value
Type |
---|
System.String |
HtmlAttributes
Gets or sets a value that indicates the @attributes (additional attributes) field for Menu item.
Declaration
public string HtmlAttributes { get; set; }
Property Value
Type |
---|
System.String |
IconCss
Gets or sets a value that indicates the CSS icon field for Menu item.
Declaration
public string IconCss { get; set; }
Property Value
Type |
---|
System.String |
ItemId
Gets or sets a value that indicates the itemId field for Menu item.
Declaration
public string ItemId { get; set; }
Property Value
Type |
---|
System.String |
ParentId
Gets or sets a value that indicates the parentId field for Menu item.
Declaration
public string ParentId { get; set; }
Property Value
Type |
---|
System.String |
Separator
Gets or sets a value that indicates the separator field for Menu item.
Declaration
public string Separator { get; set; }
Property Value
Type |
---|
System.String |
Text
Gets or sets a value that indicates the text field for Menu item.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Url
Gets or sets a value that indicates the URL field for Menu item.
Declaration
public string Url { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |