| ParameterValueControl Class |
|
Namespace: DataPAClientConfig
public class ParameterValueControl : UserControl
The ParameterValueControl type exposes the following members.
| Name | Description | |
|---|---|---|
| ParameterValueControl |
Creates and returns a new control
|
| Name | Description | |
|---|---|---|
| ApplyChanges | ||
| DefaultValue |
Sets the value of this control to a default value
| |
| IsNumericType |
| Name | Description | |
|---|---|---|
| BackgroundColor |
Gets and sets the background color of this object
| |
| ClientConfig |
A valid, initialised ClienConfig object used to populate lookups
| |
| EventOnLostFocusOnly |
Gets and sets a property that indicates whether the value changed event should fire every time a value changes or just when the user LostFocuss the control
| |
| Label |
Gets and sets the label that will be shown alongside the checkbox when ParameterDisplayType is Boolean
| |
| LookupID |
Gets and sets a Lookup Unique ID for this control
| |
| ParameterDisplayType |
Gets the display type of this control
| |
| ShowApplyButton |
Gets and sets a value that indicates whether the multi select lookup control shows an apply button
| |
| Value |
Gets and sets the parameter value represented by this control
| |
| ValueType |
Gets and sets the value type, as a string, for the parameter that this control represents
| |
| VerticalAlignment |
Gets and sets the vertical alignment of controls within this control
|
| Name | Description | |
|---|---|---|
| ValueChanged |
Event raised when the value represented by the control changes
|