RequiredFieldValueRequestEventArgs Properties |
The RequiredFieldValueRequestEventArgs type exposes the following members.
Name | Description | |
---|---|---|
COMValue |
Gets and sets the value to be assigned to this required field. (String version for COM, which cannot expose object properties).
|
|
Query |
Gets the DashboardQuery object this event relates to.
|
|
RequiredField |
Gets the a DataPA.Utils.QueryEngine.Field object that represents the required field this event relates to.
|
|
Skip |
Gets and sets whether the condition this event refers to should be skipped in the query.
|
|
Value |
Gets and sets the value to be assigned to this required field.
|
|
ValueSet |
Gets a value that indicates if a value has been provided for this required field.
|