ClassDropDownButtonBaseItem
Class
The class for the DropDownButton base item.
Definition
Namespace:Telerik.Blazor.Components.Common.Buttons.DropDownButton
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class DropDownButtonBaseItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDropDownButtonBaseItem
Derived Classes:
Implements:
Inherited Members
Constructors
DropDownButtonBaseItem()
Declaration
cs-api-definition
protected DropDownButtonBaseItem()
Properties
ChildContent
The template of the item.
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Class
The CSS class that will be rendered on the main element.
Enabled
Whether the button is enabled.
Icon
Specifies the icon rendered in the button. You can use either a predefined Telerik Icon or a custom one. Refer to Icons - Documentation for more information on how icons work.
OnClick
The click handler of the item.
Declaration
cs-api-definition
[Parameter]
public EventCallback<MouseEventArgs> OnClick { get; set; }
Property Value
Methods
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
OnAfterRender(bool)
Declaration
cs-api-definition
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
SetParametersAsync(ParameterView)
Declaration
cs-api-definition
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides