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