Blazor

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

    Show / Hide Table of Contents

    Class CellSelectedObject

    Defines the selected cells information on the pivot table.

    Inheritance
    System.Object
    CellSelectedObject
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CellSelectedObject : Object

    Constructors

    CellSelectedObject()

    Declaration
    public CellSelectedObject()

    Properties

    ColumnHeaders

    Defines the column header of the current cell.

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

    CurrentCell

    Defines the current cell item.

    Declaration
    public AxisSet CurrentCell { get; set; }
    Property Value
    Type Description
    AxisSet

    Measure

    Defines the measure of the current cell.

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

    RowHeaders

    Defines the row header of the current cell.

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

    Value

    Defines the current cell value.

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