Xceed Grid for WinForms v4.3 Documentation
InputControl Property


Xceed.Validation.v1.3 Assembly > Xceed.Validation Namespace > InputValueCriterion Class : InputControl Property
Gets or sets the System.Windows.Forms.Control compared with the input component associated with this criterion.
Syntax
'Declaration
 
Public Property InputControl As Control
'Usage
 
Dim instance As InputValueCriterion

Dim value As Control

 

instance.InputControl = value

 

value = instance.InputControl
public Control InputControl {get; set;}

Property Value

The System.Windows.Forms.Control compared with the input component associated with this criterion.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InputValueCriterion Class
InputValueCriterion Members