QueryWizardDisplayType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether or not this form is dislpayed as a wizard or with tabs
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public QueryWizardQueryWizardDisplayTypeEnum DisplayType { get; set; }
Public Property DisplayType As QueryWizardQueryWizardDisplayTypeEnum
Get
Set
public:
property QueryWizardQueryWizardDisplayTypeEnum DisplayType {
QueryWizardQueryWizardDisplayTypeEnum get ();
void set (QueryWizardQueryWizardDisplayTypeEnum value);
}
function get_DisplayType();
function set_DisplayType(value);
Property Value
Type:
QueryWizardQueryWizardDisplayTypeEnumA value that indicates whether or not this form is dislpayed as a wizard or with tabs
Return Value
Type:
QueryWizardQueryWizardDisplayTypeEnumA value that indicates whether or not this form is dislpayed as a wizard or with tabs
Remarks See Also