Class GridCellTimeSpanEditCellModel
Implements the model part of an up down cell.
Inheritance
System.Object
GridCellTimeSpanEditCellModel
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 GridCellTimeSpanEditCellModel : GridCellModel<GridCellTimeSpanEditCellRenderer>, IDisposable
Constructors
GridCellTimeSpanEditCellModel()
Declaration
public GridCellTimeSpanEditCellModel()
Methods
ApplyFormattedText(GridStyleInfo, String, Int32)
Returns the display text as value object according to the specified number format.
Declaration
public override bool ApplyFormattedText(GridStyleInfo style, string text, int textInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| GridStyleInfo | style | Style information for the cell. |
| System.String | text | The display text. |
| System.Int32 | textInfo |
Returns
| Type | Description |
|---|---|
| System.Boolean | The formatted value of the cell. |
Overrides
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
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
Implements
System.IDisposable