menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderInfo - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeaderInfo

    Represents header information.

    Inheritance
    System.Object
    HeaderInfo
    Namespace: Syncfusion.Olap.UWP.Extension
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class HeaderInfo : Object

    Constructors

    HeaderInfo()

    Initializes a new instance of the HeaderInfo class.

    Declaration
    public HeaderInfo()

    Properties

    ColumnHeaderCaptions

    Gets or sets the list of column header captions.

    Declaration
    public List<string> ColumnHeaderCaptions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    The list of column header captions.

    HeaderCaptions

    Gets or sets the list of header captions.

    Declaration
    public List<string> HeaderCaptions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    The list of header captions.

    IsSummaryCell

    Gets or sets a value indicating whether this instance is summary cell.

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

    RowHeaderCaptions

    Gets or sets the list of row header captions.

    Declaration
    public List<string> RowHeaderCaptions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    The list of row header captions.

    SummaryInfo

    Gets or sets the summary information.

    Declaration
    public SummaryInfo SummaryInfo { get; set; }
    Property Value
    Type Description
    SummaryInfo

    The summary information.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved