ParameterValueControlShowApplyButton Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether the multi select lookup control shows an apply button
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool ShowApplyButton { get; set; }
Public Property ShowApplyButton As Boolean
Get
Set
public:
property bool ShowApplyButton {
bool get ();
void set (bool value);
}
function get_ShowApplyButton();
function set_ShowApplyButton(value);
Return Value
Type:
BooleanTrue if the multi select lookup control shows an apply button
See Also