Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumn Class / Header Property


In This Topic
    Header Property (GridColumn)
    In This Topic
    Gets or sets text shown in the header of this column.
    Syntax
    'Declaration
     
    
    Public Property Header As String
    'Usage
     
    
    Dim instance As GridColumn
    Dim value As String
     
    instance.Header = value
     
    value = instance.Header
    public string Header {get; set;}
    See Also