Click or drag to resize
ParameterValueControl Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Control used to represent a query parameter value in a GUI user interface
Inheritance Hierarchy

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class ParameterValueControl : UserControl

The ParameterValueControl type exposes the following members.

Constructors
  NameDescription
Public methodParameterValueControl
Creates and returns a new control
Top
Methods
  NameDescription
Public methodApplyChanges
Public methodDefaultValue
Sets the value of this control to a default value
Public methodStatic memberIsNumericType
Top
Properties
  NameDescription
Public propertyBackgroundColor
Gets and sets the background color of this object
Public propertyClientConfig
A valid, initialised ClienConfig object used to populate lookups
Public propertyEventOnLostFocusOnly
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
Public propertyLabel
Gets and sets the label that will be shown alongside the checkbox when ParameterDisplayType is Boolean
Public propertyLookupID
Gets and sets a Lookup Unique ID for this control
Public propertyParameterDisplayType
Gets the display type of this control
Public propertyShowApplyButton
Gets and sets a value that indicates whether the multi select lookup control shows an apply button
Public propertyValue
Gets and sets the parameter value represented by this control
Public propertyValueType
Gets and sets the value type, as a string, for the parameter that this control represents
Public propertyVerticalAlignment
Gets and sets the vertical alignment of controls within this control
Top
Events
  NameDescription
Public eventValueChanged
Event raised when the value represented by the control changes
Top
See Also