Gets the IndexEntryCollection containing the nested index entries,
i.e. sub-entries of the current index entry.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public IndexEntryCollection Children { get; } |
Visual Basic |
---|
Public ReadOnly Property Children As IndexEntryCollection Get |
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.