Class GridDataDataBoundTemplateCellBoundModel
Inheritance
System.Object
GridDataDataBoundTemplateCellBoundModel
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataDataBoundTemplateCellBoundModel : GridCellModel<GridDataDataTemplateCellRenderer>, IDisposable
Constructors
GridDataDataBoundTemplateCellBoundModel()
Declaration
public GridDataDataBoundTemplateCellBoundModel()
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
ProvideDataWrapperInstance(GridDataCellBoundWrapper, GridStyleInfo)
Declaration
public void ProvideDataWrapperInstance(GridDataCellBoundWrapper wrapperInstance, GridStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
GridDataCellBoundWrapper | wrapperInstance | |
GridStyleInfo | style |
Implements
System.IDisposable