Back to Devexpress

DataFormNumericEditorAttribute Properties

maui-devexpress-dot-maui-dot-dataform-dot-dataformnumericeditorattribute-dot-underscore-properties.md

latest5.7 KB
Original Source

DataFormNumericEditorAttribute Properties

Specifies that a data form uses a number editor with spin buttons for a property.

NameDescription
AllowLoopingGets or sets whether the current value is set to the minimum value when the user has exceeded the maximum value (and vice versa).
AllowNullValueGets or sets whether the editor can be empty.
CharacterCasingGets or sets whether to automatically convert characters to lowercase or uppercase when a user enters text in the editor. Inherited from DataFormTextEditorAttributeBase.
ClearIconVisibilityGets or sets whether the clear icon is displayed. Inherited from DataFormTextEditorAttributeBase.
DisplayFormatGets or sets the format string for the editor’s value. Inherited from DataFormTextEditorWithAffixAttributeBase.
InplaceLabelTextGets or sets the inplace editor’s label text. This is a bindable property. Inherited from DataFormTextEditorAttributeBase.
IsInplaceLabelFloatingGets or sets whether the label changes its position depending on the editor state, or it is pinned to the top of the editor box. Inherited from DataFormTextEditorAttributeBase.
IsReadOnlyGets or sets whether users can change a value in the editor. Inherited from DataFormTextEditorAttributeBase.
IsUpDownIconVisibleGets or sets whether to display the up and down icons that allow users to increase and decrease the current editor value.
KeyboardGets or sets the type of keyboard used to input text. Inherited from DataFormTextEditorAttributeBase.
MaxDecimalDigitCountGets or sets the maximum number of digits after the decimal separator.
MaxValueGets or sets the maximum value that users can assign to the editor.
MinValueGets or sets the minimum value that users can assign to the editor.
PlaceholderGets or sets the editor’s placeholder text. Inherited from DataFormTextEditorAttributeBase.
PrefixGets or sets the prefix text displayed before the input string in the edit box. Inherited from DataFormTextEditorWithAffixAttributeBase.
ReturnTypeGets or sets the appearance of the ‘Return’ button on the operating system’s on-screen keyboard. Inherited from DataFormTextEditorAttributeBase.
SelectValueOnFocusGets or sets whether the editor’s value is selected when the editor is focused.
StepValueGets or sets the value by which the editor’s value changes each time a user taps the up/down icon.
SuffixGets or sets the suffix text displayed after the input string in the edit box. Inherited from DataFormTextEditorWithAffixAttributeBase.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
UpDownIconAlignmentGets 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.

See Also

DataFormNumericEditorAttribute Class

DataFormNumericEditorAttribute Members

DevExpress.Maui.DataForm Namespace