Class SerializableGridNumericColumn
Represents a class that is used to serialize and deserialize GridNumericColumn property settings.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid.Serialization
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class SerializableGridNumericColumn : SerializableGridColumn
Constructors
SerializableGridNumericColumn()
Declaration
public SerializableGridNumericColumn()
Properties
AllowNull
Gets or sets a value indicating whether null values are allowed in the column.
Declaration
public bool AllowNull { get; set; }
Property Value
Type |
---|
System.Boolean |
DisplayNumberFormat
Gets or sets the format used to specify the formatting of numeric value.
Declaration
public string DisplayNumberFormat { get; set; }
Property Value
Type |
---|
System.String |
MaxValue
Gets or sets the maximum numerical value that can be selected in the column.
Declaration
public double MaxValue { get; set; }
Property Value
Type |
---|
System.Double |
MinValue
Gets or sets the minimum numerical value that can be selected in the column.
Declaration
public double MinValue { get; set; }
Property Value
Type |
---|
System.Double |
PlaceholderText
Gets or sets the text that is displayed in the cell until the value is changed by a user action or some other operation.
Declaration
public string PlaceholderText { get; set; }
Property Value
Type |
---|
System.String |
UpDownPlacementMode
Gets or sets a value that indicates the placement of up/down buttons used to increment or decrement the numeric value.
Declaration
public NumberBoxUpDownPlacementMode UpDownPlacementMode { get; set; }
Property Value
Type |
---|
NumberBoxUpDownPlacementMode |