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

RadzenSplitButtonItem component.

Declaration
public RadzenSplitButtonItem()

Properties

Disabledlink

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

Gets or sets the icon.

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

IconColorlink

Gets or sets the icon color.

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

SplitButtonlink

Gets or sets the split button.

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

Textlink

Gets or sets the text.

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

Valuelink

Gets or sets the value.

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

Methods

BuildRenderTreelink

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

Disposelink

Declaration
public override void Dispose()

OnClicklink

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 🗙