Class PivotColumn
Defines the grid columns information that used to render as the pivot table header.
Inherited Members
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotColumn
Constructors
PivotColumn()
Declaration
public PivotColumn()
Properties
AllowReordering
Allows to enable/disable reordering of the column header.
Declaration
[JsonPropertyName("allowReordering")]
public bool AllowReordering { get; set; }
Property Value
| Type |
|---|
| bool |
AllowResizing
Allows to enable/disable resizing of the column header.
Declaration
[JsonPropertyName("allowResizing")]
public bool AllowResizing { get; set; }
Property Value
| Type |
|---|
| bool |
HeaderText
Defines the header text of the column header.
Declaration
[JsonPropertyName("headerText")]
public string HeaderText { get; set; }
Property Value
| Type |
|---|
| string |
Width
Defines the width of the column header.
Declaration
[JsonPropertyName("width")]
public string Width { get; set; }
Property Value
| Type |
|---|
| string |