Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / SortDescendingIconTemplate Property


In This Topic
    SortDescendingIconTemplate Property (FlexGrid)
    In This Topic
    Gets or sets the template of the sort icon when it is sorted descendingly.
    Syntax
    'Declaration
     
    
    Public Property SortDescendingIconTemplate As C1IconTemplate
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As C1IconTemplate
     
    instance.SortDescendingIconTemplate = value
     
    value = instance.SortDescendingIconTemplate
    public C1IconTemplate SortDescendingIconTemplate {get; set;}
    Remarks
    When this property is null, the SortAscendingIconTemplate icon template will be mirrored horizontally.
    See Also