alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PivotColumn

    Defines the grid columns information that used to render as the pivot table header.

    Inheritance
    object
    PivotColumn
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved