Class RadzenSplitButtonItem
RadzenSplitButtonItem component.
public class RadzenSplitButtonItem : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
- Inheritance
-
RadzenSplitButtonItem
- Implements
- Inherited Members
Constructors
RadzenSplitButtonItem()
public RadzenSplitButtonItem()
Properties
Disabled
Gets or sets a value indicating whether this RadzenSplitButtonItem is disabled.
[Parameter]
public bool Disabled { get; set; }
Property Value
- bool
true
if disabled; otherwise,false
.
Icon
Gets or sets the icon.
[Parameter]
public string Icon { get; set; }
Property Value
- string
The icon.
IconColor
Gets or sets the icon color.
[Parameter]
public string IconColor { get; set; }
Property Value
- string
The icon color.
SplitButton
Gets or sets the split button.
[CascadingParameter]
public RadzenSplitButton SplitButton { get; set; }
Property Value
- RadzenSplitButton
The split button.
Text
Gets or sets the text.
[Parameter]
public string Text { get; set; }
Property Value
- string
The text.
Value
Gets or sets the value.
[Parameter]
public string Value { get; set; }
Property Value
- string
The value.
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder
Dispose()
public override void Dispose()
OnClick(MouseEventArgs)
Handles the Click event.
public Task OnClick(MouseEventArgs args)
Parameters
args
MouseEventArgsThe MouseEventArgs instance containing the event data.