Class GridCellImageCellModel
Implements the model part of an image cell.
Inheritance
System.Object
GridCellImageCellModel
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellImageCellModel : GridCellModel<GridCellImageCellRenderer>, IDisposable
Constructors
GridCellImageCellModel()
Declaration
public GridCellImageCellModel()
Methods
ApplyFormattedText(GridStyleInfo, String, Int32)
Declaration
public override bool ApplyFormattedText(GridStyleInfo style, string text, int textInfo)
Parameters
Type | Name | Description |
---|---|---|
GridStyleInfo | style | |
System.String | text | |
System.Int32 | textInfo |
Returns
Type |
---|
System.Boolean |
Overrides
Implements
System.IDisposable