ClassDropDownButtonBase
Class
The base class for DropDownButton.
Definition
Namespace:Telerik.Blazor.Components.Common.Buttons.DropDownButton
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class DropDownButtonBase : ButtonBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IPopupContainer
Inheritance: objectComponentBaseBaseComponentButtonBaseDropDownButtonBase
Derived Classes:
Implements:
Inherited Members
Constructors
DropDownButtonBase()
Declaration
cs-api-definition
protected DropDownButtonBase()
Properties
OnClick
The Click handler of the button.
Declaration
cs-api-definition
[Parameter]
public EventCallback<MouseEventArgs> OnClick { get; set; }
Property Value
Methods
FocusAsync()
Moves focus to the component.