TelerikSplitButton
A component that renders a primary action button with an attached dropdown of secondary actions. Supports main content via SplitButtonContent, dropdown items through SplitButtonItems (with SplitButtonItem), and popup configuration in SplitButtonSettings (using SplitButtonPopupSettings). Clicking the main button executes the primary action and closes the menu. Children: SplitButtonContent, SplitButtonItems, SplitButtonSettings.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikSplitButton : DropDownButtonBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IPopupContainer
Inheritance: objectComponentBaseBaseComponentButtonBaseDropDownButtonBaseTelerikSplitButton...
Implements:
Inherited Members
Constructors
public TelerikSplitButton()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Closes the SplitButton dropdown popup programmatically.
public override void Dispose()
Overrides:
Opens the SplitButton dropdown popup programmatically.
Properties
Defines the content of the main SplitButton action button.
[Parameter]
public RenderFragment SplitButtonContent { get; set; }
Defines the container tag for the split buttons items. See SplitButtonItem. Children: SplitButtonItem.
[Parameter]
public RenderFragment SplitButtonItems { get; set; }
Defines the container tag for additional SplitButton settings. The parameters should be set in a SplitButtonPopupSettings tag. Children: SplitButtonPopupSettings.
[Parameter]
public RenderFragment SplitButtonSettings { get; set; }