Class DataFormNumericItem
Represents the class that encapsulates the layout and numeric editor setting for a data field appearing in SfDataForm.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Android.DataForm
Assembly: Syncfusion.SfDataForm.Android.dll
Syntax
public class DataFormNumericItem : DataFormNumericItemBase, IDisposable
Constructors
DataFormNumericItem()
Declaration
public DataFormNumericItem()
Properties
ParsingMode
Gets or sets a value that decides whether to parse the value as decimal or double.
Declaration
public Parsers ParsingMode { get; set; }
Property Value
Type |
---|
Parsers |
PercentDisplayMode
Gets or sets a value which specifies how to display numeric value in percent mode.
Declaration
public PercentDisplayMode PercentDisplayMode { get; set; }
Property Value
Type |
---|
PercentDisplayMode |
Implements
System.IDisposable