RadzenSplitButtonItem Class

RadzenSplitButtonItem component.

Inheritance

Object

ComponentBase

RadzenComponent

RadzenSplitButtonItem

Implements

IComponent

IHandleEvent

IHandleAfterRender

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenSplitButtonItem : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenSplitButtonItemLink to this section

RadzenSplitButtonItem component.

Declaration
public RadzenSplitButtonItem()

Properties

DisabledLink to this section

Gets or sets a value indicating whether this RadzenSplitButtonItem is disabled.

Declaration
public bool Disabled { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this RadzenSplitButtonItem is disabled.

IconLink to this section

Gets or sets the icon.

Declaration
public string Icon { get; set; }
Property Value
Type Description
stringGets or sets the icon.

IconColorLink to this section

Gets or sets the icon color.

Declaration
public string IconColor { get; set; }
Property Value
Type Description
stringGets or sets the icon color.

SplitButtonLink to this section

Gets or sets the split button.

Declaration
public RadzenSplitButton SplitButton { get; set; }
Property Value
Type Description
RadzenSplitButtonGets or sets the split button.

TextLink to this section

Gets or sets the text.

Declaration
public string Text { get; set; }
Property Value
Type Description
stringGets or sets the text.

ValueLink to this section

Gets or sets the value.

Declaration
public string Value { get; set; }
Property Value
Type Description
stringGets or sets the value.

Methods

BuildRenderTreeLink to this section

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

DisposeLink to this section

Declaration
public override void Dispose()

OnClickLink to this section

Handles the Click event.

Declaration
public Task OnClick(MouseEventArgs args)
Parameters
Type Name Description
MouseEventArgs args The MouseEventArgs instance containing the event data.
Returns
Type Description
Task
An error has occurred. This app may no longer respond until reloaded. Reload 🗙