FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Column Class / Header Property

In This Topic
    Header Property (Column)
    In This Topic
    Gets or sets a value used as a caption in the column header cells.
    Syntax
    'Declaration
     
    Public Property Header As String
    public string Header {get; set;}
    See Also