DataFormNumericEditorAttribute Properties
Specifies that a data form uses a number editor with spin buttons for a property.
Name | Description |
---|---|
Allow |
Gets or sets whether the current value is set to the minimum value when the user has exceeded the maximum value (and vice versa). |
Allow |
Gets or sets whether the editor can be empty. |
Character |
Gets or sets whether to automatically convert characters to lowercase or uppercase when a user enters text in the editor.
Inherited from Data |
Clear |
Gets or sets whether the clear icon is displayed.
Inherited from Data |
Display |
Gets or sets the format string for the editor’s value.
Inherited from Data |
Inplace |
Gets or sets the inplace editor’s label text. This is a bindable property.
Inherited from Data |
Is |
Gets 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 Data |
Is |
Gets or sets whether users can change a value in the editor.
Inherited from Data |
Is |
Gets or sets whether to display the up and down icons that allow users to increase and decrease the current editor value. |
Keyboard |
Gets or sets the type of keyboard used to input text.
Inherited from Data |
Max |
Gets or sets the maximum number of digits after the decimal separator. |
Max |
Gets or sets the maximum value that users can assign to the editor. |
Min |
Gets or sets the minimum value that users can assign to the editor. |
Placeholder |
Gets or sets the editor’s placeholder text.
Inherited from Data |
Prefix |
Gets or sets the prefix text displayed before the input string in the edit box.
Inherited from Data |
Return |
Gets or sets the appearance of the ‘Return’ button on the operating system’s on-screen keyboard.
Inherited from Data |
Select |
Gets or sets whether the editor’s value is selected when the editor is focused. |
Step |
Gets or sets the value by which the editor’s value changes each time a user taps the up/down icon. |
Suffix |
Gets or sets the suffix text displayed after the input string in the edit box.
Inherited from Data |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
Up |
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. |
See Also