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 |
---|
System.String |
CurrentCell
Defines the current cell item.
Declaration
public AxisSet CurrentCell { get; set; }
Property Value
Type |
---|
AxisSet |
Measure
Defines the measure of the current cell.
Declaration
public string Measure { get; set; }
Property Value
Type |
---|
System.String |
RowHeaders
Defines the row header of the current cell.
Declaration
public string RowHeaders { get; set; }
Property Value
Type |
---|
System.String |
Value
Defines the current cell value.
Declaration
public string Value { get; set; }
Property Value
Type |
---|
System.String |