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

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

Property Value

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

Return Value

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