alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class ColumnRenderEventArgs

    The column render event arguments provide the necessary information about the pivot table column headers before rendering.

    Inheritance
    object
    ColumnRenderEventArgs
    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 ColumnRenderEventArgs

    Constructors

    ColumnRenderEventArgs()

    Declaration
    public ColumnRenderEventArgs()

    Properties

    Columns

    Defines the collection of column headers information that used to render the pivot table column headers.

    Declaration
    [JsonPropertyName("columns")]
    public List<PivotColumn> Columns { get; set; }
    Property Value
    Type Description
    List<PivotColumn>

    A list of PivotColumn objects representing the column header information.

    DataSourceSettings

    Defines the current report.

    Declaration
    [JsonPropertyName("dataSourceSettings")]
    public DataOptions DataSourceSettings { get; set; }
    Property Value
    Type Description
    DataOptions

    A DataOptions object representing the data source settings for the report.

    StackedColumns

    Defines the grid column information that used to display the column headers (stacked headers) based on its level in the Pivot Table.

    Declaration
    [JsonPropertyName("stackedColumns")]
    public List<GridColumn> StackedColumns { get; set; }
    Property Value
    Type Description
    List<GridColumn>

    A list of GridColumn objects representing the grid column information for the stacked headers in the Pivot Table.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved