Class GridCellRichTextBoxCellModel
Inheritance
System.Object
GridCellRichTextBoxCellModel
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid.GridCellRenderer
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellRichTextBoxCellModel : GridCellModel<GridCellRichTextBoxCellRenderer>, IDisposable
Constructors
GridCellRichTextBoxCellModel()
Declaration
public GridCellRichTextBoxCellModel()
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
GetFormattedText(GridStyleInfo, Object, Int32)
Declaration
public override string GetFormattedText(GridStyleInfo style, object value, int textInfo)
Parameters
Type | Name | Description |
---|---|---|
GridStyleInfo | style | |
System.Object | value | |
System.Int32 | textInfo |
Returns
Type |
---|
System.String |
Overrides
Implements
System.IDisposable