Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumnHeaderCell Class / SortColor Property


In This Topic
    SortColor Property
    In This Topic
    Gets or sets the color of the sort glyph.
    Syntax
    'Declaration
     
    
    Public Property SortColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As GridColumnHeaderCell
    Dim value As UIKit.UIColor
     
    instance.SortColor = value
     
    value = instance.SortColor
    public UIKit.UIColor SortColor {get; set;}
    See Also