ClassTabStripOverflowMenu
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TabStripOverflowMenu : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseTabStripOverflowMenu
Implements:
Inherited Members
Constructors
TabStripOverflowMenu()
Declaration
public TabStripOverflowMenu()
Properties
Class
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".
FillMode
Controls the button's visual density and background treatment.
Declaration
[Parameter]
public string FillMode { get; set; }
Property Value
Remarks
Solid provides a filled background for primary actions. Outline shows only a border for secondary actions. Flat removes background and border for subtle actions. Link styles the button as a hyperlink.
Icon
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.
Id
Sets the unique HTML id attribute for the button element. Useful for CSS targeting and JavaScript selection. Example: "submitButton".
Rounded
Controls the border radius and corner styling of the button.
Declaration
[Parameter]
public string Rounded { get; set; }
Property Value
Remarks
Small applies minimal rounding for compact layouts. Medium provides moderate rounding for balanced appearance. Large creates more pronounced rounded corners. Full makes circular buttons, ideal for icon-only buttons.
Size
Determines the button's dimensions including padding, font size, and overall scale.
ThemeColor
Sets the button's color scheme based on semantic meaning and visual hierarchy.
Declaration
[Parameter]
public string ThemeColor { get; set; }
Property Value
Remarks
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.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Refresh()
Forces the overflow menu to re-render and update the list of overflow tabs.
Declaration
public void Refresh()