ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / SortDescendingIconTemplate Property

In This Topic
    SortDescendingIconTemplate Property
    In This Topic
    Gets or sets the C1.Xaml.C1IconTemplate used to present the sort icon when the column is sorted in descending order.
    Syntax
    'Declaration
     
    
    Public Property SortDescendingIconTemplate As C1IconTemplate
    public C1IconTemplate SortDescendingIconTemplate {get; set;}
    See Also