Class DataFormNumericUpDownItem
Represents the class that encapsulates the layout and numeric up down editor setting for data field appearing in SfDataForm.
Inheritance
System.Object
DataFormNumericUpDownItem
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Android.DataForm
Assembly: Syncfusion.SfDataForm.Android.dll
Syntax
public class DataFormNumericUpDownItem : DataFormNumericItemBase, IDisposable
Constructors
DataFormNumericUpDownItem()
Declaration
public DataFormNumericUpDownItem()
Properties
AutoReverse
Gets or sets the value which indicates autoReverse should be enabled in numeric up down.
Declaration
public bool AutoReverse { get; set; }
Property Value
Type |
---|
System.Boolean |
Maximum
Gets or sets the maximum value.
Declaration
public double Maximum { get; set; }
Property Value
Type |
---|
System.Double |
Minimum
Gets or sets the minimum value.
Declaration
public double Minimum { get; set; }
Property Value
Type |
---|
System.Double |
ParsingMode
Gets or sets a value that decides whether the user can parse decimal or double value.
Declaration
public ParsingMode ParsingMode { get; set; }
Property Value
Type |
---|
ParsingMode |
PercentDisplayMode
Gets or sets a value which specifies how to display numeric data in percent mode.
Declaration
public PercentDisplayMode PercentDisplayMode { get; set; }
Property Value
Type |
---|
PercentDisplayMode |
SpinButtonAlignment
Gets or sets the Spin Button Alignment.
Declaration
public SpinButtonAlignment SpinButtonAlignment { get; set; }
Property Value
Type |
---|
SpinButtonAlignment |
StepValue
Gets or sets the Step Value.
Declaration
public double StepValue { get; set; }
Property Value
Type |
---|
System.Double |
Implements
System.IDisposable