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


In This Topic
    SortState Property
    In This Topic
    Gets or sets the sort state.
    Syntax
    'Declaration
     
    
    Public Property SortState As Nullable(Of SortDirection)
    'Usage
     
    
    Dim instance As GridColumnHeaderCell
    Dim value As Nullable(Of SortDirection)
     
    instance.SortState = value
     
    value = instance.SortState
    public Nullable<SortDirection> SortState {get; set;}
    See Also