Class TelerikButtonGroup
The class for the Telerik ButtonGroup component.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikButtonGroup : BaseComponent, IDisposable, IButtonContainer
Constructors
TelerikButtonGroup()
Declaration
public TelerikButtonGroup()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Enabled
Defines whether the buttongroup should be enabled. Default value is true.
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
SelectionMode
Defines the selection mode of the ButtonGroup. Default value is Single. Applicable only for ButtonGroupToggleButton.
Declaration
public ButtonGroupSelectionMode SelectionMode { get; set; }
Property Value
ButtonGroupSelectionMode
|
Width
Defines the width of the buttongroup. Buttons will be equally stretched to fit the width.
Declaration
public string Width { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
System.Threading.Tasks.Task
|