Class OlapGridKpiCellModel
Class for OlapGrid Kpi cell model
Inheritance
System.Object
OlapGridKpiCellModel
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class OlapGridKpiCellModel : GridCellModel<OlapGridKpiCellRenderer>, IDisposable
Constructors
OlapGridKpiCellModel()
Declaration
public OlapGridKpiCellModel()
Methods
CalculatePreferredCellSize(Int32, Int32, GridStyleInfo, GridQueryBounds)
Calculates the preferred size of the cell based on its contents, including margins and any buttons.
Declaration
public override Size CalculatePreferredCellSize(int rowIndex, int colIndex, GridStyleInfo style, GridQueryBounds queryBounds)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowIndex | The row index. |
System.Int32 | colIndex | The column index. |
GridStyleInfo | style | The GridStyleInfo object that holds cell information. |
GridQueryBounds | queryBounds | Vertical or horizontal |
Returns
Type | Description |
---|---|
System.Windows.Size | The optimal size of the cell. |
Implements
System.IDisposable