Class GridCellButtonModel
Implements the data model for a button cell.
Inheritance
System.Object
GridCellButtonModel
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellButtonModel : GridCellModel<GridCellButtonRenderer>, IDisposable
Constructors
GridCellButtonModel()
Declaration
public GridCellButtonModel()
Methods
GetFormattedText(GridStyleInfo, Object, Int32)
Returns the formatted text for the specified value.
Declaration
public override string GetFormattedText(GridStyleInfo style, object value, int textInfo)
Parameters
Type | Name | Description |
---|---|---|
GridStyleInfo | style | The GridStyleInfo object that holds the cell information. |
System.Object | value | The value to format. |
System.Int32 | textInfo | TextInfo is a hint of who is calling, default is GridCellBaseTextInfo.DisplayText. |
Returns
Type | Description |
---|---|
System.String | The formatted text for the given value. |
Overrides
Implements
System.IDisposable