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.iOS.DataForm
Assembly: Syncfusion.SfDataForm.iOS.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 nfloat Maximum { get; set; }
Property Value
Type |
---|
System.nfloat |
Minimum
Gets or sets the minimum value.
Declaration
public nfloat Minimum { get; set; }
Property Value
Type |
---|
System.nfloat |
ParsingMode
Gets or sets a value that decides whether the user can parse decimal or double value.
Declaration
public SFNumericUpDownParsingMode ParsingMode { get; set; }
Property Value
Type |
---|
SFNumericUpDownParsingMode |
PercentDisplayMode
Gets or sets a value which specifies how to display numeric data in percent mode.
Declaration
public SFNumericUpDownPercentDisplayMode PercentDisplayMode { get; set; }
Property Value
Type |
---|
SFNumericUpDownPercentDisplayMode |
SpinButtonAlignment
Gets or sets the Spin Button Alignment.
Declaration
public SFNumericUpDownSpinButtonAlignment SpinButtonAlignment { get; set; }
Property Value
Type |
---|
SFNumericUpDownSpinButtonAlignment |
StepValue
Gets or sets the Step Value.
Declaration
public nfloat StepValue { get; set; }
Property Value
Type |
---|
System.nfloat |
Implements
System.IDisposable