Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / IndexEntry Class / SeeAlso Property

In This Topic
    SeeAlso Property
    In This Topic
    Gets the List of IndexEntry objects related to the current index entry. In the generated index, those entries will be listed as "See also" cross-references from the current to other entries.
    Syntax
    'Declaration
     
    Public ReadOnly Property SeeAlso As List(Of IndexEntry)
    public List<IndexEntry> SeeAlso {get;}
    Remarks
    This method always returns a non-nullList, creating it if it did not exist. To test whether an index entry already contains any "See also" references without creating the SeeAlso collection, use the HasSeeAlso property.
    See Also