Class GridCellImageCellModel
Implements the model part of an image cell.
Inheritance
System.Object
GridCellImageCellModel
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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