alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class CellSelectedObject

    Defines the selected cells information on the pivot table.

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

    Constructors

    CellSelectedObject()

    Declaration
    public CellSelectedObject()

    Properties

    ColumnHeaders

    Defines the column header of the current cell.

    Declaration
    [JsonPropertyName("columnHeaders")]
    public string ColumnHeaders { get; set; }
    Property Value
    Type
    string

    CurrentCell

    Defines the current cell item.

    Declaration
    [JsonPropertyName("currentCell")]
    public AxisSet CurrentCell { get; set; }
    Property Value
    Type
    AxisSet

    Measure

    Defines the measure of the current cell.

    Declaration
    [JsonPropertyName("measure")]
    public string Measure { get; set; }
    Property Value
    Type
    string

    RowHeaders

    Defines the row header of the current cell.

    Declaration
    [JsonPropertyName("rowHeaders")]
    public string RowHeaders { get; set; }
    Property Value
    Type
    string

    Value

    Defines the current cell value.

    Declaration
    [JsonPropertyName("value")]
    public string Value { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved