PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / OutlineNode Class / Caption Property

In This Topic
    Caption Property (OutlineNode)
    In This Topic
    Gets or sets the UI string used to represent the current node.
    Syntax
    'Declaration
     
    Public Property Caption As String
    public string Caption {get; set;}
    See Also