Class GridCellMaskEditCellModel
Implements the model part of a mask edit cell.
Inheritance
System.Object
GridCellMaskEditCellModel
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellMaskEditCellModel : GridCellNumericEditCellModel<GridCellMaskEditCellRenderer>, IDisposable
Constructors
GridCellMaskEditCellModel()
Initializes a new GridCellMaskEditCellModel.
Declaration
public GridCellMaskEditCellModel()
Methods
ApplyFormattedValue(GridStyleInfo, String)
Returns the display text as value object.
Declaration
protected override object ApplyFormattedValue(GridStyleInfo style, string text)
Parameters
Type | Name | Description |
---|---|---|
GridStyleInfo | style | Style information for the cell. |
System.String | text | The display text. |
Returns
Type | Description |
---|---|
System.Object | The formatted value of the cell. |
Overrides
Syncfusion.Windows.Controls.Grid.GridCellNumericEditCellModel<Syncfusion.Windows.Controls.Grid.GridCellMaskEditCellRenderer>.ApplyFormattedValue(Syncfusion.Windows.Controls.Grid.GridStyleInfo, System.String)
GetFormattedText(GridStyleInfo, Object, Int32)
Return 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 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
Syncfusion.Windows.Controls.Grid.GridCellNumericEditCellModel<Syncfusion.Windows.Controls.Grid.GridCellMaskEditCellRenderer>.GetFormattedText(Syncfusion.Windows.Controls.Grid.GridStyleInfo, System.Object, System.Int32)
GetText(GridStyleInfo, Object)
This is called from GridStyleInfo.GetText (ignoring any Format settings).
Declaration
public override string GetText(GridStyleInfo style, object value)
Parameters
Type | Name | Description |
---|---|---|
GridStyleInfo | style | The GridStyleInfo object that holds cell information. |
System.Object | value | The value to convert to a string. |
Returns
Type | Description |
---|---|
System.String | The string that represents the given value. |
Overrides
Syncfusion.Windows.Controls.Grid.GridCellNumericEditCellModel<Syncfusion.Windows.Controls.Grid.GridCellMaskEditCellRenderer>.GetText(Syncfusion.Windows.Controls.Grid.GridStyleInfo, System.Object)
Implements
System.IDisposable