Class RibbonCollection
Inheritance
System.Object
RibbonCollection
Assembly: Syncfusion.Blazor.dll
Syntax
public class RibbonCollection : SfBaseComponent
Constructors
RibbonCollection()
Declaration
public RibbonCollection()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Microsoft.AspNetCore.Components.RenderFragment |
CssClass
Gets or sets the CSS classes to customize the appearance of the RibbonCollection.
Declaration
public string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
Accepts a string of CSS classes separated by spaces to customize the appearance of the RibbonCollection.
The default value is String.Empty .
|
ID
Declaration
public string ID { get; set; }
Property Value
Type |
Description |
System.String |
The ID of the RibbonCollection. The default value is String.Empty .
|
Items
Declaration
public List<RibbonItem> Items { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides