Class DataGridNumericColumn
A column which is used to handle the numeric values.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridNumericColumn : DataGridColumn, IDisposable
Constructors
DataGridNumericColumn()
Initializes a new instance of the DataGridNumericColumn class.
Declaration
public DataGridNumericColumn()
Methods
GetFormattedValue(Object)
Gets the Formatted value for the Content of a record cell in the column based on the Format of the column.
Declaration
public override object GetFormattedValue(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Type | Description |
---|---|
System.Object |
Overrides
SetConverterForDisplayBinding()
Sets the converter for the DisplayBinding of a column.
Declaration
protected override void SetConverterForDisplayBinding()
Overrides
Implements
System.IDisposable