Class GridDataCellRowHeaderModel
Implements the Row header Cell Model for Grid Data Control.
Inheritance
System.Object
GridDataCellRowHeaderModel
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataCellRowHeaderModel : GridCellModel<GridDataCellRowHeaderRenderer>, IDisposable
Constructors
GridDataCellRowHeaderModel()
Declaration
public GridDataCellRowHeaderModel()
Methods
CalculatePreferredCellSize(Int32, Int32, GridStyleInfo, GridQueryBounds)
Declaration
public override Size CalculatePreferredCellSize(int rowIndex, int colIndex, GridStyleInfo style, GridQueryBounds queryBounds)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowIndex | |
System.Int32 | colIndex | |
GridStyleInfo | style | |
GridQueryBounds | queryBounds |
Returns
Type |
---|
System.Windows.Size |
Overrides
Implements
System.IDisposable