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.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public abstract class DataFormNumericItemBase : DataFormItem, IDisposable
Constructors
DataFormNumericItemBase()
Declaration
protected DataFormNumericItemBase()
Properties
AllowNull
Gets or sets a value indicating 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 CultureInfo CultureInfo { get; set; }
Property Value
Type |
---|
System.Globalization.CultureInfo |
EnableGroupSeparator
Gets or sets a value indicating 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 |
InputAccessoryView
Gets or sets the custom keyboard view to display when the editor becomes the first responder.
Declaration
public View InputAccessoryView { get; set; }
Property Value
Type |
---|
Xamarin.Forms.View |
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 indicating whether select the value on focus or not.
Declaration
public bool SelectAllOnFocus { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
OnPropertyChanged(String)
Occurs when property of DataFormNumericItem is changed.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | The property name. |
Overrides
Implements
System.IDisposable