DynamicTreeNodeHasChildren Property |
是否有叶子节点
Namespace: X3Platform.CategoryIndexesAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic bool HasChildren { get; set; }
public:
property bool HasChildren {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also