Class DataFormNumericItemBase
Represents the base class that encapsulates the layout and numeric editor setting for a data field appearing in SfDataForm.
Inheritance
System.Object
DataFormNumericItemBase
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Android.DataForm
Assembly: Syncfusion.SfDataForm.Android.dll
Syntax
public abstract class DataFormNumericItemBase : DataFormItem, IDisposable
Constructors
DataFormNumericItemBase()
Declaration
protected DataFormNumericItemBase()
Properties
AllowNull
Gets or sets a value that indicates whether null value should be allowed for data field or not.
Declaration
public bool AllowNull { get; set; }
Property Value
Type |
---|
System.Boolean |
CultureInfo
Gets or sets the culture info for formatting.
Declaration
public Locale CultureInfo { get; set; }
Property Value
Type |
---|
Java.Util.Locale |
EnableGroupSeparator
Gets or sets a value that indicates whether display group separator or not.
Declaration
public bool EnableGroupSeparator { get; set; }
Property Value
Type |
---|
System.Boolean |
FormatString
Gets or sets the format string to format the value.
Declaration
public string FormatString { get; set; }
Property Value
Type |
---|
System.String |
MaximumNumberDecimalDigits
Gets or sets the maximum number decimal digits should be displayed.
Declaration
public int MaximumNumberDecimalDigits { get; set; }
Property Value
Type |
---|
System.Int32 |
SelectAllOnFocus
Gets or sets a value that indicates whether select the value on focus or not.
Declaration
public bool SelectAllOnFocus { get; set; }
Property Value
Type |
---|
System.Boolean |
Implements
System.IDisposable