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