Class SerializableGridUpDownColumn
Represents a class that is used to serialize and deserialize GridUpDownColumn property settings.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class SerializableGridUpDownColumn : SerializableGridColumn
Constructors
SerializableGridUpDownColumn()
Declaration
public SerializableGridUpDownColumn()
Properties
AutoReverse
Gets or sets a value that specifies whether the column automatically reverses the value when it reaches MinValue or MaxValue.
Declaration
public bool AutoReverse { get; set; }
Property Value
Type |
---|
System.Boolean |
Culture
Gets or sets the culture of SerializableGridUpDownColumn.
Declaration
public CultureInfo Culture { get; set; }
Property Value
Type |
---|
System.Globalization.CultureInfo |
MaxValue
Gets or sets the maximum allowed value for the SerializableGridUpDownColumn.
Declaration
public double MaxValue { get; set; }
Property Value
Type |
---|
System.Double |
MinValue
Gets or sets the minimum allowed value for the SerializableGridUpDownColumn.
Declaration
public double MinValue { get; set; }
Property Value
Type |
---|
System.Double |
NumberDecimalDigits
Gets or sets the number of decimal places to use in numeric values.
Declaration
public int NumberDecimalDigits { get; set; }
Property Value
Type |
---|
System.Int32 |
ParsingMode
Gets or sets a value that decides whether the user can parse either decimal or double value in SerializableGridUpDownColumn.
Declaration
public Parsers ParsingMode { get; set; }
Property Value
Type |
---|
Parsers |
SmallChange
Gets or sets the value to increment or decrement the UpDown value when the up or down buttons are clicked.
Declaration
public double SmallChange { get; set; }
Property Value
Type |
---|
System.Double |