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