ICMSLinkElementChildLinks Property
|
Gets "Page"
Elements that are the children of this Element.
Only entries from transitional
Navigation Element could contain child links.
Link Element will return an empty collection on this property.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IEnumerable<ICMSLinkElement> ChildLinks { get; }
ReadOnly Property ChildLinks As IEnumerable(Of ICMSLinkElement)
Get
property IEnumerable<ICMSLinkElement^>^ ChildLinks {
IEnumerable<ICMSLinkElement^>^ get ();
}
abstract ChildLinks : IEnumerable<ICMSLinkElement> with get
Property Value
Type:
IEnumerableICMSLinkElementSee Also