Class CellSelectedObject
Defines the selected cells information on the pivot table.
Inherited Members
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 |