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.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public class DataFormNumericUpDownItem : DataFormNumericItemBase, IDisposable
Constructors
DataFormNumericUpDownItem()
Declaration
public DataFormNumericUpDownItem()
Fields
MaximumProperty
BindableProperty of Maximum for DataFormNumericUpDownItem.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
MinimumProperty
BindableProperty of Minimum for DataFormNumericUpDownItem.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
StepValueProperty
BindableProperty of StepValue for DataFormNumericUpDownItem.
Declaration
public static readonly BindableProperty StepValueProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
AutoReverse
Gets or sets a value indicating whether 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