ClassTelerikDropDownButton
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikDropDownButton : DropDownButtonBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IPopupContainer
Inheritance: objectComponentBaseBaseComponentButtonBaseDropDownButtonBaseTelerikDropDownButton
Implements:
Inherited Members
Constructors
TelerikDropDownButton()
Declaration
cs-api-definition
public TelerikDropDownButton()
Properties
DropDownButtonContent
Defines the content of the main DropDownButton action button.
Declaration
cs-api-definition
[Parameter]
public RenderFragment DropDownButtonContent { get; set; }
Property Value
DropDownButtonItems
Defines the container tag for the dropdown buttons items.See DropDownButtonItem.
Declaration
cs-api-definition
[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.
Declaration
cs-api-definition
[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
cs-api-definition
[Parameter]
public bool ShowArrowButton { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
cs-api-definition
public override void Dispose()
Overrides