New to Telerik UI for BlazorStart a free 30-day trial

Specifies a field configuration.

Definition

Constructors

C#
protected PivotGridFieldBase()

Methods

C#
public virtual void Dispose()

Implements: IDisposable.Dispose()

Properties

Specifies the format string.

C#
[Parameter]
public string Format { get; set; }

Specifies the header class.

C#
[Parameter]
public string HeaderClass { get; set; }

Specifies the name of the item.

C#
[Parameter]
public string Name { get; set; }

Specifies the title.

C#
[Parameter]
public string Title { get; set; }