PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / RenderIndex Class / SeeAlsoFormat Property

In This Topic
    SeeAlsoFormat Property (RenderIndex)
    In This Topic
    Gets or sets a format string used to format the "See also" cross-references in the generated index.

    The default is "(see {0})".

    Syntax
    'Declaration
     
    Public Property SeeAlsoFormat As String
    public string SeeAlsoFormat {get; set;}
    See Also