Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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
    'Usage
     
    
    Dim instance As GridColumnHeaderCell
    Dim value As String
     
    instance.Title = value
     
    value = instance.Title
    public string Title {get; set;}
    See Also