ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DataColumn Class / Caption Property

In This Topic
    Caption Property (C1DataColumn)
    In This Topic
    Gets or sets the text in the column header.
    Syntax
    'Declaration
     
    
    Public Property Caption As String
    public string Caption {get; set;}
    See Also