Skip to main content
A newer version of this page is available. .

DataFormNumericItem Members

Stores settings of the data form’s number editor.

Constructors

Name Description
DataFormNumericItem() Initializes a new instance of the DataFormNumericItem class.

Fields

Name Description
AllowLoopingProperty static Identifies the AllowLooping bindable property.
AllowNullValueProperty static Identifies the AllowNullValue bindable property.
BackgroundColorProperty static Identifies the BackgroundColor bindable property. Inherited from DataFormItem.
BottomTextFontAttributesProperty static Identifies the BottomTextFontAttributes bindable property. Inherited from DataFormItem.
BottomTextFontFamilyProperty static Identifies the BottomTextFontFamily bindable property. Inherited from DataFormItem.
BottomTextFontSizeProperty static Identifies the BottomTextFontSize bindable property. Inherited from DataFormItem.
CharacterCasingProperty static Identifies the CharacterCasing bindable property. Inherited from DataFormTextItemBase.
ClearIconVisibilityProperty static Identifies the ClearIconVisibility bindable property. Inherited from DataFormTextItemBase.
DisplayFormatProperty static Identifies the DisplayFormat bindable property. Inherited from DataFormItem.
EditorMaxWidthProperty static Identifies the EditorMaxWidth bindable property. Inherited from DataFormItem.
EditorMinWidthProperty static Identifies the EditorMinWidth bindable property. Inherited from DataFormItem.
EditorWidthProperty static Identifies the EditorWidth bindable property. Inherited from DataFormItem.
ErrorColorProperty static Identifies the ErrorColor bindable property. Inherited from DataFormItem.
FieldNameProperty static Identifies the FieldName bindable property. Inherited from DataFormItem.
GroupNameProperty static Identifies the GroupName bindable property. Inherited from DataFormItem.
HelpTextColorProperty static Identifies the HelpTextColor bindable property. Inherited from DataFormItem.
HelpTextProperty static Identifies the HelpText bindable property. Inherited from DataFormItem.
InplaceLabelTextProperty static Identifies the InplaceLabelText bindable property. Inherited from DataFormTextItemBase.
IsEnabledProperty static Identifies the IsEnabled bindable property. Inherited from DataFormItem.
IsInplaceLabelFloatingProperty static Identifies the IsInplaceLabelFloating bindable property. Inherited from DataFormTextItemBase.
IsLabelVisibleProperty static Identifies the IsLabelVisible bindable property. Inherited from DataFormItem.
IsReadOnlyProperty static Identifies the IsReadOnly bindable property. Inherited from DataFormTextItemBase.
IsUpDownIconVisibleProperty static Identifies the IsUpDownIconVisible bindable property.
IsVisibleProperty static Identifies the IsVisible bindable property. Inherited from DataFormItem.
ItemOrderInRowProperty static Identifies the ItemOrderInRow bindable property. Inherited from DataFormItem.
KeyboardProperty static Identifies the Keyboard bindable property. Inherited from DataFormTextItemBase.
LabelColorProperty static Identifies the LabelColor bindable property. Inherited from DataFormItem.
LabelFontAttributesProperty static Identifies the LabelFontAttributes bindable property. Inherited from DataFormItem.
LabelFontFamilyProperty static Identifies the LabelFontFamily bindable property. Inherited from DataFormItem.
LabelFontSizeProperty static Identifies the LabelFontSize bindable property. Inherited from DataFormItem.
LabelHorizontalAlignmentProperty static Identifies the LabelHorizontalAlignment bindable property. Inherited from DataFormItem.
LabelIconProperty static Identifies the LabelIcon bindable property. Inherited from DataFormItem.
LabelIndentProperty static Identifies the LabelIndent bindable property. Inherited from DataFormItem.
LabelMaxWidthProperty static Identifies the LabelMaxWidth bindable property. Inherited from DataFormItem.
LabelMinWidthProperty static Identifies the LabelMinWidth bindable property. Inherited from DataFormItem.
LabelPositionProperty static Identifies the LabelPosition bindable property. Inherited from DataFormItem.
LabelTextProperty static Identifies the LabelText bindable property. Inherited from DataFormItem.
LabelWidthProperty static Identifies the LabelWidth bindable property. Inherited from DataFormItem.
MaxDecimalDigitCountProperty static Identifies the MaxDecimalDigitCount bindable property.
MaxValueProperty static Identifies the MaxValue bindable property.
MinValueProperty static Identifies the MinValue bindable property.
PaddingProperty static Identifies the Padding bindable property. Inherited from DataFormItem.
PlaceholderProperty static Identifies the Placeholder bindable property. Inherited from DataFormTextItemBase.
PrefixProperty static Identifies the Prefix bindable property. Inherited from DataFormTextItemWithAffixBase.
ReserveBottomTextLineProperty static Identifies the ReserveBottomTextLine bindable property. Inherited from DataFormItem.
ReturnTypeProperty static Identifies the ReturnType bindable property. Inherited from DataFormTextItemBase.
RowOrderProperty static Identifies the RowOrder bindable property. Inherited from DataFormItem.
RowSpanProperty static Identifies the RowSpan bindable property. Inherited from DataFormItem.
SelectValueOnFocusProperty static Identifies the SelectValueOnFocus bindable property.
StepValueProperty static Identifies the StepValue bindable property.
SuffixProperty static Identifies the Suffix bindable property. Inherited from DataFormTextItemWithAffixBase.
UpDownIconAlignmentProperty static Identifies the UpDownIconAlignment bindable property.

Properties

Name Description
ActualIsEnabled Inherited from DataFormItem.
ActualIsReadOnly Inherited from DataFormTextItemBase.
AllowLooping Gets or sets whether the current value is set to the minimum value when the user has exceeded the maximum value (and vice versa). This is a bindable property.
AllowNullValue Gets or sets whether the editor can be empty. This is a bindable property.
BackgroundColor Gets or sets the background color of the data form’s item. This is a bindable property. Inherited from DataFormItem.
BottomTextFontAttributes Gets or sets whether the editor’s help and error text is bold or italic. This is a bindable property. Inherited from DataFormItem.
BottomTextFontFamily Gets or sets the name of the font for the editor’s help and error text. This is a bindable property. Inherited from DataFormItem.
BottomTextFontSize Gets or sets the font size of the editor’s help and error text. This is a bindable property. Inherited from DataFormItem.
CharacterCasing Gets or sets whether to automatically convert characters to lowercase or uppercase when a user enters text in the editor. This is a bindable property. Inherited from DataFormTextItemBase.
ClearIconVisibility Gets or sets whether the clear icon is displayed. This is a bindable property. Inherited from DataFormTextItemBase.
DisplayFormat Gets or sets the pattern used to format the DataFormItem‘s value. This is a bindable property. Inherited from DataFormItem.
EditorMaxWidth Gets or sets the maximum width of the edit box. This is a bindable property. Inherited from DataFormItem.
EditorMinWidth Gets or sets the minimum width of the edit box. This is a bindable property. Inherited from DataFormItem.
EditorWidth Gets or sets the width of the edit box. This is a bindable property. Inherited from DataFormItem.
ErrorColor Gets or sets the color of the editor’s borders, in-place label, error icon, and error message. This is a bindable property. Inherited from DataFormItem.
FieldName Gets or sets the name of the data object’s property to which the editor is bound. This is a bindable property. Inherited from DataFormItem.
GroupName Gets or sets the name of the group that contains the editor. This is a bindable property. Inherited from DataFormItem.
HelpText Gets or sets the input prompt string displayed below the edit box. This is a bindable property. Inherited from DataFormItem.
HelpTextColor Gets or sets the color of help text displayed below the editor. This is a bindable property. Inherited from DataFormItem.
InplaceLabelText Gets or sets the inplace editor’s label text. This is a bindable property. Inherited from DataFormTextItemBase.
IsEnabled Gets or sets whether the item is enabled. This is a bindable property. Inherited from DataFormItem.
IsInplaceLabelFloating Gets or sets whether the inplace label changes its position depending on the editor state, or it is pinned to the top of the editor box. This is a bindable property. Inherited from DataFormTextItemBase.
IsLabelVisible Gets or sets whether the data form displays a label for the editor. This is a bindable property. Inherited from DataFormItem.
IsReadOnly Gets or sets whether users can change text in the editor. This is a bindable property. Inherited from DataFormTextItemBase.
IsUpDownIconVisible Gets or sets whether to display the up and down icons that allow users to increase and decrease the current editor value. This is a bindable property.
IsVisible Gets or sets whether the editor is visible on the data form. This is a bindable property. Inherited from DataFormItem.
ItemOrderInRow Gets or sets the editor’s position in a row. This is a bindable property. Inherited from DataFormItem.
Keyboard Gets or sets the type of keyboard used to input text. Inherited from DataFormTextItemBase.
LabelColor Gets or sets the color of the editor’s label (text or icon). This is a bindable property. Inherited from DataFormItem.
LabelFontAttributes Gets or sets the font style for the editor’s text label. This is a bindable property. Inherited from DataFormItem.
LabelFontFamily Gets or sets the font family name for the editor’s text label. This is a bindable property. Inherited from DataFormItem.
LabelFontSize Gets or sets the font size for the editor’s text label. This is a bindable property. Inherited from DataFormItem.
LabelHorizontalAlignment Gets or sets the horizontal alignment of a label displayed above the editor. This is a bindable property. Inherited from DataFormItem.
LabelIcon Gets or sets an image used as the editor’s label. This is a bindable property. Inherited from DataFormItem.
LabelIndent Gets or sets the distance between the editor and its label. This is a bindable property. Inherited from DataFormItem.
LabelMaxWidth Gets or sets the maximum width of the editor’s label. This is a bindable property. Inherited from DataFormItem.
LabelMinWidth Gets or sets the minimum width of the editor’s label. This is a bindable property. Inherited from DataFormItem.
LabelPosition Gets or sets the position of a label relative to the editor. This is a bindable property. Inherited from DataFormItem.
LabelText Gets or sets the editor’s label text. This is a bindable property. Inherited from DataFormItem.
LabelWidth Gets or sets the width of the editor’s label. This is a bindable property. Inherited from DataFormItem.
MaxDecimalDigitCount Gets or sets the maximum number of digits after the decimal separator. This is a bindable property.
MaxValue Gets or sets the maximum value that users can assign to the editor. This is a bindable property.
MinValue Gets or sets the minimum value that users can assign to the editor. This is a bindable property.
Padding Gets or sets the distance between the data form item’s edges and content (editor and label). This is a bindable property. Inherited from DataFormItem.
Placeholder Gets or sets the editor’s placeholder text. Inherited from DataFormTextItemBase.
Prefix Gets or sets the prefix text displayed before the input string in the edit box. This is a bindable property. Inherited from DataFormTextItemWithAffixBase.
ReserveBottomTextLine Gets or sets whether a line for help and error text below the editor is reserved. This is a bindable property. Inherited from DataFormItem.
ReturnType Gets or sets the appearance of the ‘Return’ button on the operating system’s on-screen keyboard. This is a bindable property. Inherited from DataFormTextItemBase.
RowOrder Gets or sets the row in which the editor is located. This is a bindable property. Inherited from DataFormItem.
RowSpan Gets or sets the number of layout rows that this item spans. This is a bindable property. Inherited from DataFormItem.
SelectValueOnFocus Gets or sets whether the editor’s value is selected when the editor is focused. This is a bindable property.
StepValue Gets or sets the value by which the editor’s value changes each time a user taps the up/down icon. This is a bindable property.
Suffix Gets or sets the suffix text displayed after the input string in the edit box. This is a bindable property. Inherited from DataFormTextItemWithAffixBase.
UpDownIconAlignment Gets or sets the alignment of the up and down icons that increase and decrease the editor’s value. This is a bindable property.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetDisplayText() Returns the display text for the editor’s selected item. Inherited from DataFormItem.
GetDisplayText(Object) Inherited from DataFormItem.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GetValue() Returns the current value of the data form editor. Inherited from DataFormItem.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetValue(Object) Specifies the Data Form editor value. Inherited from DataFormItem.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also