Class PivotGridCellStyleInfoIdentity
Class that holds the customized Grid cells rather than the default one.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class PivotGridCellStyleInfoIdentity : GridStyleInfoIdentity, IDisposable
Constructors
PivotGridCellStyleInfoIdentity(GridVolatileCellStyles, RowColumnIndex)
Initializes a new instance of the PivotGridCellStyleInfoIdentity class.
Declaration
public PivotGridCellStyleInfoIdentity(GridVolatileCellStyles data, RowColumnIndex pos)
Parameters
| Type | Name | Description |
|---|---|---|
| GridVolatileCellStyles | data | The data reference to GridVolatileCellStyles. |
| RowColumnIndex | pos | The coordinates of row column position. |
PivotGridCellStyleInfoIdentity(GridVolatileCellStyles, RowColumnIndex, Boolean)
Initializes a new instance of the PivotGridCellStyleInfoIdentity class.
Declaration
public PivotGridCellStyleInfoIdentity(GridVolatileCellStyles data, RowColumnIndex pos, bool offline)
Parameters
| Type | Name | Description |
|---|---|---|
| GridVolatileCellStyles | data | The data reference to GridVolatileCellStyles. |
| RowColumnIndex | pos | The coordinates of row column position. |
| System.Boolean | offline | To identify whether it is off-line. |
PivotGridCellStyleInfoIdentity(GridVolatileCellStyles, Int32, Int32)
Initializes a new instance of the PivotGridCellStyleInfoIdentity class.
Declaration
public PivotGridCellStyleInfoIdentity(GridVolatileCellStyles data, int rowIndex, int colIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| GridVolatileCellStyles | data | The data reference to GridVolatileCellStyles. |
| System.Int32 | rowIndex | The index of the row. |
| System.Int32 | colIndex | The index of the column. |
PivotGridCellStyleInfoIdentity(GridVolatileCellStyles, Int32, Int32, Boolean)
Initializes a new instance of the PivotGridCellStyleInfoIdentity class.
Declaration
public PivotGridCellStyleInfoIdentity(GridVolatileCellStyles data, int rowIndex, int colIndex, bool offline)
Parameters
| Type | Name | Description |
|---|---|---|
| GridVolatileCellStyles | data | The data reference to GridVolatileCellStyles. |
| System.Int32 | rowIndex | The index of the row. |
| System.Int32 | colIndex | The index of the column. |
| System.Boolean | offline | To identify whether it is off-line. |
Properties
CellDescriptor
Gets the descriptor of grid cell.
Declaration
public PivotCellDescriptor CellDescriptor { get; }
Property Value
| Type |
|---|
| PivotCellDescriptor |
Data
Gets the data reference to GridVolatileCellStyles.
Declaration
public GridVolatileCellStyles Data { get; }
Property Value
| Type |
|---|
| GridVolatileCellStyles |
IsHyperlinkCell
Gets or sets a value indicating whether the grid cell is a hyperlink cell.
Declaration
public bool IsHyperlinkCell { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
PivotCellDescriptor
Gets the pivot cell information.
Declaration
public PivotCellInfo PivotCellDescriptor { get; }
Property Value
| Type |
|---|
| PivotCellInfo |
Style
Gets or sets the style of grid cell.
Declaration
public Style Style { get; set; }
Property Value
| Type |
|---|
| Windows.UI.Xaml.Style |