ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / BaseColumn Class / Caption Property

In This Topic
    Caption Property (BaseColumn)
    In This Topic
    Gets or sets the caption of the grid column.
    Syntax
    'Declaration
     
    Public Property Caption As System.String
    public System.string Caption {get; set;}
    See Also