DataPA Enterprise Dashboard Controls 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
C# |
---|
public bool HasUnCheckedDescendant { get; } |
Visual Basic |
---|
Public ReadOnly Property HasUnCheckedDescendant As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool HasUnCheckedDescendant {
bool get () sealed;
} |
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