FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumnHeaderCell Class / Title Property

In This Topic
    Title Property (GridColumnHeaderCell)
    In This Topic
    Gets or sets the title of the column.
    Syntax
    'Declaration
     
    Public Property Title As String
    public string Title {get; set;}
    See Also