ClassTelerikDropDownButton
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikDropDownButton : DropDownButtonBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IPopupContainer
Inheritance: objectComponentBaseBaseComponentButtonBaseDropDownButtonBaseTelerikDropDownButton
Implements:
Inherited Members
Constructors
TelerikDropDownButton()
Declaration
public TelerikDropDownButton()
Properties
DropDownButtonContent
Defines the content of the main DropDownButton action button. Children: allows arbitrary content.
Declaration
[Parameter]
public RenderFragment DropDownButtonContent { get; set; }
Property Value
DropDownButtonItems
Defines the container tag for the dropdown buttons items.See DropDownButtonItem. Children: DropDownButtonItem.
Declaration
[Parameter]
public RenderFragment DropDownButtonItems { get; set; }
Property Value
DropDownButtonSettings
Defines the container tag for additional DropDownButton settings. The parameters should be set in a DropDownButtonPopupSettings tag. Children: DropDownButtonPopupSettings.
Declaration
[Parameter]
public RenderFragment DropDownButtonSettings { get; set; }
Property Value
ShowArrowButton
Defines whether to render an arrow button for opening the DropDownButton. Default value is true.
Declaration
[Parameter]
public bool ShowArrowButton { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public override void Dispose()
Overrides