Class
PivotGridFieldBase

Specifies a field configuration.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public abstract class PivotGridFieldBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBasePivotGridFieldBase

Derived Classes: PivotGridColumnPivotGridMeasurePivotGridRow

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members ComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitialized()ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

PivotGridFieldBase()

Declaration

cs-api-definition
protected PivotGridFieldBase()

Properties

Format

Specifies the format string.

Declaration

cs-api-definition
[Parameter]
public string Format { get; set; }

Property Value

string

HeaderClass

Specifies the header class.

Declaration

cs-api-definition
[Parameter]
public string HeaderClass { get; set; }

Property Value

string

Name

Specifies the name of the item.

Declaration

cs-api-definition
[Parameter]
public string Name { get; set; }

Property Value

string

Title

Specifies the title.

Declaration

cs-api-definition
[Parameter]
public string Title { get; set; }

Property Value

string

Methods

Dispose()

Declaration

cs-api-definition
public virtual void Dispose()

Implements IDisposable.Dispose()