Class TelerikDropDownButton
Inheritance
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikDropDownButton : DropDownButtonBase, IDisposable, IDropDownButtonBaseContainer, IPopupContainer
Constructors
TelerikDropDownButton()
Declaration
public TelerikDropDownButton()
Properties
DropDownButtonContent
Defines the content of the main DropDownButton action button.
Declaration
public RenderFragment DropDownButtonContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
DropDownButtonItems
Defines the container tag for the dropdown buttons items.See DropDownButtonItem.
Declaration
public RenderFragment DropDownButtonItems { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
DropDownButtonSettings
Defines the container tag for additional DropDownButton settings. The parameters should be set in a DropDownButtonPopupSettings tag.
Declaration
public RenderFragment DropDownButtonSettings { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
ShowArrowButton
Defines whether to render an arrow button for opening the DropDownButton. Default value is true.
Declaration
public bool ShowArrowButton { get; set; }
Property Value
System.Boolean
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Dispose()
InitJsComponentAsync()
Declaration
protected Task InitJsComponentAsync()
Returns
System.Threading.Tasks.Task
|
OnAfterRenderAsync(Boolean)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
System.Boolean
firstRender
|
Returns
System.Threading.Tasks.Task
|