DashboardObjectSelected Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that indicates if this object is selected.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Selected { get; set; }
Public Property Selected As Boolean
Get
Set
public:
virtual property bool Selected {
bool get () sealed;
void set (bool value) sealed;
}
function get_Selected();
function set_Selected(value);
Property Value
Type:
BooleanTrue if this object is selected.
Return Value
Type:
BooleanTrue if this object is selected.
Remarks See Also