Class SelectionStyleComponent
Inheritance
SelectionStyleComponent
Assembly: Syncfusion.Blazor.dll
Syntax
public class SelectionStyleComponent : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
SelectionStyleComponent()
Declaration
public SelectionStyleComponent()
Properties
ComponentId
Declaration
[Parameter]
public string ComponentId { get; set; }
Property Value
GivenPattern
Declaration
[Parameter]
public List<PatternOptions> GivenPattern { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Implements