ClassTelerikSplitButton
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
TelerikSplitButton()
Declaration
public TelerikSplitButton()
Properties
SplitButtonContent
Defines the content of the main SplitButton action button.
Declaration
[Parameter]
public RenderFragment SplitButtonContent { get; set; }
Property Value
SplitButtonItems
Defines the container tag for the split buttons items. See SplitButtonItem. Children: SplitButtonItem.
Declaration
[Parameter]
public RenderFragment SplitButtonItems { get; set; }
Property Value
SplitButtonSettings
Defines the container tag for additional SplitButton settings. The parameters should be set in a SplitButtonPopupSettings tag. Children: SplitButtonPopupSettings.
Declaration
[Parameter]
public RenderFragment SplitButtonSettings { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public override void Dispose()
Overrides