Class GridCellPercentEditCellModel
Implements the model part of a percent edit cell.
Inheritance
System.Object
GridCellPercentEditCellModel
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellPercentEditCellModel : GridCellNumericEditCellModel<GridCellPercentEditCellRenderer>, IDisposable
Constructors
GridCellPercentEditCellModel()
Declaration
public GridCellPercentEditCellModel()
Methods
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
Syncfusion.Windows.Controls.Grid.GridCellNumericEditCellModel<Syncfusion.Windows.Controls.Grid.GridCellPercentEditCellRenderer>.GetFormattedText(Syncfusion.Windows.Controls.Grid.GridStyleInfo, System.Object, System.Int32)
GetFormattedText(String, NumberFormatInfo)
Declaration
protected override string GetFormattedText(string text, NumberFormatInfo numberFormatInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
System.Globalization.NumberFormatInfo | numberFormatInfo |
Returns
Type |
---|
System.String |
Overrides
Syncfusion.Windows.Controls.Grid.GridCellNumericEditCellModel<Syncfusion.Windows.Controls.Grid.GridCellPercentEditCellRenderer>.GetFormattedText(System.String, System.Globalization.NumberFormatInfo)
GetNumber(String, NumberFormatInfo)
Declaration
protected string GetNumber(string text, NumberFormatInfo numberFormat)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
System.Globalization.NumberFormatInfo | numberFormat |
Returns
Type |
---|
System.String |
Implements
System.IDisposable