Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotColumn - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    System.Boolean

    AllowResizing

    Allows to enable/disable resizing of the column header.

    Declaration
    public bool AllowResizing { get; set; }
    Property Value
    Type Description
    System.Boolean

    HeaderText

    Defines the header text of the column header.

    Declaration
    public string HeaderText { get; set; }
    Property Value
    Type Description
    System.String

    Width

    Defines the width of the column header.

    Declaration
    public string Width { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved