FilterNodeHasCheckedDescendant Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if this node has any descendant nodes with a checked property of true.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool HasCheckedDescendant { get; }
Public ReadOnly Property HasCheckedDescendant As Boolean
Get
public:
virtual property bool HasCheckedDescendant {
bool get () sealed;
}
function get_HasCheckedDescendant();
Property Value
Type:
BooleanTrue if this node has any descendant nodes with a checked property of true.
Return Value
Type:
BooleanTrue if this node has any descendant nodes with a checked property of true.
Remarks See Also