DataFormTextEditorAttributeBase Properties
The base class for attributes that specify a data form’s editors with text input support.
Name | Description |
---|---|
Character |
Gets or sets whether to automatically convert characters to lowercase or uppercase when a user enters text in the editor. |
Clear |
Gets or sets whether the clear icon is displayed. |
Inplace |
Gets or sets the inplace editor’s label text. This is a bindable property. |
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. |
Is |
Gets or sets whether users can change a value in the editor. |
Keyboard | Gets or sets the type of keyboard used to input text. |
Placeholder | Gets or sets the editor’s placeholder text. |
Return |
Gets or sets the appearance of the ‘Return’ button on the operating system’s on-screen keyboard. |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also