DashboardObjectDisplayApplyButton Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if the treeview should display an apply button
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool DisplayApplyButton { get; set; }
Public Property DisplayApplyButton As Boolean
Get
Set
public:
virtual property bool DisplayApplyButton {
bool get () sealed;
void set (bool value) sealed;
}
function get_DisplayApplyButton();
function set_DisplayApplyButton(value);
Return Value
Type:
BooleanTrue if the treeview should display an apply button
See Also