TabStripOverflowMenu
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TabStripOverflowMenu : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseTabStripOverflowMenu
Implements:
Inherited Members
Constructors
public TabStripOverflowMenu()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Forces the overflow menu to re-render and update the list of overflow tabs.
public void Refresh()
Properties
The class attribute of the button element. Use it to apply custom CSS classes for styling the overflow menu button. Example: "my-overflow-button custom-style".
[Parameter]
public string Class { get; set; }
Controls the button's visual density and background treatment.
Displays an icon inside the button using Telerik's built-in icon library or custom icons. Example: SvgIcon.Save, FontIcon.Plus, or custom icon objects.
[Parameter]
public object Icon { get; set; }
Sets the unique HTML id attribute for the button element. Useful for CSS targeting and JavaScript selection. Example: "submitButton".
[Parameter]
public string Id { get; set; }
Controls the border radius and corner styling of the button.
Sets the button's color scheme based on semantic meaning and visual hierarchy.
[Parameter]
public string ThemeColor { get; set; }
Primary highlights the main call-to-action. Secondary indicates important but not primary actions. Success represents positive actions like save or confirm. Warning draws attention to potentially destructive actions. Error clearly marks dangerous operations like delete. Info provides neutral information or help actions. Base offers subtle, low-emphasis styling.