Class PivotGridFieldBase
Specifies a field configuration.
Inheritance
System.Object
PivotGridFieldBase
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public abstract class PivotGridFieldBase : ComponentBase, IDisposable
Constructors
PivotGridFieldBase()
Declaration
protected PivotGridFieldBase()
Properties
Format
Specifies the format string.
Declaration
public string Format { get; set; }
Property Value
System.String
|
HeaderClass
Specifies the header class.
Declaration
public string HeaderClass { get; set; }
Property Value
System.String
|
Name
Specifies the name of the item.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Title
Specifies the title.
Declaration
public string Title { get; set; }
Property Value
System.String
|
Methods
Dispose()
Declaration
public virtual void Dispose()