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