FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / SortAscendingIconTemplate Property

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