DataFormTextEditorWithAffixAttributeBase Members
In This Article
#Properties
Name | Description |
---|---|
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. |
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 |
Keyboard |
Gets or sets the type of keyboard used to input text.
Inherited from Data |
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. |
Return |
Gets or sets the appearance of the ‘Return’ button on the operating system’s on-screen keyboard.
Inherited from Data |
Suffix | Gets or sets the suffix text displayed after the input string in the edit box. |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal.
Inherited from System. |
Equals |
Returns a value that indicates whether this instance is equal to a specified object. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to an assembly. Parameters specify the assembly, the type of the custom attribute to search for, and an ignored search option. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to a specified assembly. Parameters specify the assembly and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to a module. Parameters specify the module, the type of the custom attribute to search for, and an ignored search option. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to a module. Parameters specify the module, and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to a method parameter. Parameters specify the method parameter, the type of the custom attribute to search for, and whether to search ancestors of the method parameter. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to a method parameter. Parameters specify the method parameter, and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, and an ignored search option. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, the type of the custom attribute to search for, and an ignored search option. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to an assembly. A parameter specifies the assembly. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a member of a type. A parameter specifies the member. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a module. Parameters specify the module, and an ignored search option. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a module. Parameters specify the module, the type of the custom attribute to search for, and an ignored search option. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a module. Parameters specify the module, and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a module. A parameter specifies the module. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a method parameter. Parameters specify the method parameter, and whether to search ancestors of the method parameter. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a method parameter. Parameters specify the method parameter, the type of the custom attribute to search for, and whether to search ancestors of the method parameter. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a method parameter. Parameters specify the method parameter, and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a method parameter. A parameter specifies the method parameter. Inherited from Attribute. |
Get |
Returns the hash code for this instance. Inherited from Attribute. |
Get |
Gets the Type of the current instance.
Inherited from System. |
Is |
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. Inherited from Attribute. |
Is |
Determines whether any custom attributes are applied to an assembly. Parameters specify the assembly, the type of the custom attribute to search for, and an ignored search option. Inherited from Attribute. |
Is |
Determines whether any custom attributes are applied to an assembly. Parameters specify the assembly, and the type of the custom attribute to search for. Inherited from Attribute. |
Is |
Determines whether any custom attributes are applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member. Inherited from Attribute. |
Is |
Determines whether any custom attributes are applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for. Inherited from Attribute. |
Is |
Determines whether any custom attributes are applied to a module. Parameters specify the module, the type of the custom attribute to search for, and an ignored search option. Inherited from Attribute. |
Is |
Determines whether any custom attributes of a specified type are applied to a module. Parameters specify the module, and the type of the custom attribute to search for. Inherited from Attribute. |
Is |
Determines whether any custom attributes are applied to a method parameter. Parameters specify the method parameter, the type of the custom attribute to search for, and whether to search ancestors of the method parameter. Inherited from Attribute. |
Is |
Determines whether any custom attributes are applied to a method parameter. Parameters specify the method parameter, and the type of the custom attribute to search for. Inherited from Attribute. |
Match |
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. Inherited from Attribute. |
Memberwise |
Creates a shallow copy of the current Object.
Inherited from System. |
Reference |
Determines whether the specified Object instances are the same instance.
Inherited from System. |
To |
Returns a string that represents the current object.
Inherited from System. |
See Also