Class OlapGridCellStyleInfoIdentity
Custom type for defining the cell style type identity
Implements
Inherited Members
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class OlapGridCellStyleInfoIdentity : GridStyleInfoIdentity, IDisposable
Constructors
OlapGridCellStyleInfoIdentity(GridVolatileCellStyles, RowColumnIndex)
Initializes a new instance of the OlapGridCellStyleInfoIdentity class.
Declaration
public OlapGridCellStyleInfoIdentity(GridVolatileCellStyles data, RowColumnIndex pos)
Parameters
Type | Name | Description |
---|---|---|
GridVolatileCellStyles | data | The data. |
RowColumnIndex | pos | The pos. |
OlapGridCellStyleInfoIdentity(GridVolatileCellStyles, RowColumnIndex, Boolean)
Initializes a new instance of the OlapGridCellStyleInfoIdentity class.
Declaration
public OlapGridCellStyleInfoIdentity(GridVolatileCellStyles data, RowColumnIndex pos, bool offline)
Parameters
Type | Name | Description |
---|---|---|
GridVolatileCellStyles | data | The data. |
RowColumnIndex | pos | The pos. |
System.Boolean | offline | if set to |
OlapGridCellStyleInfoIdentity(GridVolatileCellStyles, Int32, Int32)
Initializes a new instance of the OlapGridCellStyleInfoIdentity class.
Declaration
public OlapGridCellStyleInfoIdentity(GridVolatileCellStyles data, int rowIndex, int colIndex)
Parameters
Type | Name | Description |
---|---|---|
GridVolatileCellStyles | data | A reference to GridVolatileCellStyles. |
System.Int32 | rowIndex | Row index. |
System.Int32 | colIndex | Column index. |
OlapGridCellStyleInfoIdentity(GridVolatileCellStyles, Int32, Int32, Boolean)
Initializes a new instance of the OlapGridCellStyleInfoIdentity class.
Declaration
public OlapGridCellStyleInfoIdentity(GridVolatileCellStyles data, int rowIndex, int colIndex, bool offline)
Parameters
Type | Name | Description |
---|---|---|
GridVolatileCellStyles | data | The data. |
System.Int32 | rowIndex | Index of the row. |
System.Int32 | colIndex | Index of the col. |
System.Boolean | offline | if set to |
Properties
CellDescriptor
Gets or sets the cell descriptor.
Declaration
public PivotCellDescriptor CellDescriptor { get; set; }
Property Value
Type | Description |
---|---|
PivotCellDescriptor | The cell descriptor. |
Data
Gets or sets the cell descriptor. A reference to GridVolatileCellStyles.
Declaration
public GridVolatileCellStyles Data { get; }
Property Value
Type | Description |
---|---|
GridVolatileCellStyles | The data. |
IsHyperlinkCell
Gets or sets a value indicating whether this instance is hyperlink cell.
Declaration
public bool IsHyperlinkCell { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Style
Gets or sets the style.
Declaration
public Style Style { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Style | The style. |