C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / IndexEntry Class / Children Property

In This Topic
Children Property (IndexEntry)
In This Topic
Gets the IndexEntryCollection containing the nested index entries, i.e. sub-entries of the current index entry.
Syntax
'Declaration
 
Public ReadOnly Property Children As IndexEntryCollection
 
Remarks
This method always returns a non-nullIndexEntryCollection, creating it if it did not exist. To test whether an index entry already contains any sub-entries without creating the Children collection, use the HasChildren property.
See Also