FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / SortDescendingIconTemplate Property

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