Class PivotGridConfiguratorChipList<T>
Inheritance
System.Object
PivotGridConfiguratorChipList<T>
Namespace: Telerik.Blazor.Components.PivotGrid.Configurator
Assembly: Telerik.Blazor.dll
Syntax
public class PivotGridConfiguratorChipList<T> : ComponentBase where T : class
Type Parameters
T
|
Constructors
PivotGridConfiguratorChipList()
Declaration
public PivotGridConfiguratorChipList()
Properties
AriaLabelledBy
Declaration
public string AriaLabelledBy { get; set; }
Property Value
System.String
|
ChildContent
Declaration
public RenderFragment<T> ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<T>
|
Class
Declaration
public string Class { get; set; }
Property Value
System.String
|
Data
Declaration
public List<T> Data { get; set; }
Property Value
System.Collections.Generic.List<T>
|
Fields
Declaration
public IList<PivotGridField> Fields { get; set; }
Property Value
System.Collections.Generic.IList<PivotGridField>
|
OnRemove
Declaration
public Action<T> OnRemove { get; set; }
Property Value
System.Action<T>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|