Click or drag to resize
FilterNodeHasUnCheckedDescendant Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a value that indicates if this node has any descendant nodes with a checked property of false.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool HasUnCheckedDescendant { get; }

Property Value

Type: Boolean
false if this node has any descendant nodes with a checked property of false.

Return Value

Type: Boolean
false if this node has any descendant nodes with a checked property of false.
Remarks