Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / ColumnHeaderFont Property


In This Topic
    ColumnHeaderFont Property
    In This Topic
    Gets or sets the font applied to column headers.
    Syntax
    'Declaration
     
    
    Public Property ColumnHeaderFont As UIKit.UIFont
    'Usage
     
    
    Dim instance As GridBase
    Dim value As UIKit.UIFont
     
    instance.ColumnHeaderFont = value
     
    value = instance.ColumnHeaderFont
    public UIKit.UIFont ColumnHeaderFont {get; set;}
    See Also