Class SerializableGridNumericColumn
Represents a class that is used to serialize and deserialize GridNumericColumn property settings.
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.WinForms.DataGrid.Serialization
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SerializableGridNumericColumn : SerializableGridColumn
Constructors
SerializableGridNumericColumn()
Declaration
public SerializableGridNumericColumn()
Properties
AllowNull
Gets or sets a value indicating whether the null value is allowed for the column.
Declaration
public bool AllowNull { get; set; }
Property Value
Type |
---|
System.Boolean |
FormatMode
Gets or sets a value indicating the input mode of the column.
Declaration
public FormatMode FormatMode { get; set; }
Property Value
Type |
---|
FormatMode |
InterceptArrowKeys
Gets or sets a value indicating whether the value can be changed using the UP ARROW and DOWN ARROW keys.
Declaration
public bool InterceptArrowKeys { get; set; }
Property Value
Type |
---|
System.Boolean |
MaxValue
Gets or sets a value indicating the maximum value of the column.
Declaration
public double MaxValue { get; set; }
Property Value
Type |
---|
System.Double |
MinValue
Gets or sets a value indicating the minimum value of the column.
Declaration
public double MinValue { get; set; }
Property Value
Type |
---|
System.Double |
NumberFormatInfo
Gets or sets a value indicating the System.Globalization.NumberFormatInfo of the column.
Declaration
public NumberFormatInfo NumberFormatInfo { get; set; }
Property Value
Type |
---|
System.Globalization.NumberFormatInfo |