BindInputElementAttribute Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures options for binding subtypes of an HTML input element.
public ref class BindInputElementAttribute sealed : Attribute
	[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class BindInputElementAttribute : Attribute
	[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type BindInputElementAttribute = class
    inherit Attribute
	Public NotInheritable Class BindInputElementAttribute
Inherits Attribute
		- Inheritance
 - 
				BindInputElementAttribute
 
- Attributes
 
Constructors
| BindInputElementAttribute(String, String, String, String, Boolean, String) | 
		 Constructs an instance of BindInputElementAttribute.  | 
        	
Properties
| ChangeAttribute | 
		 Gets the name of an attribute that will register an associated change event.  | 
        	
| Format | 
		 Gets an optional format to use when converting values.  | 
        	
| IsInvariantCulture | 
		 Gets a value that determines whether binding will use InvariantCulture or CurrentCulture.  | 
        	
| Suffix | 
		 Gets the suffix value.  | 
        	
| Type | 
		 Gets the value of the element's   | 
        	
| ValueAttribute | 
		 Gets the name of the value attribute to be bound.  |