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

In This Topic
    SortIndeterminateIconTemplate Property (FlexGrid)
    In This Topic
    Gets or sets the template of the sort icon when it is not sorted yet.
    Syntax
    'Declaration
     
    Public Property SortIndeterminateIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate SortIndeterminateIconTemplate {get; set;}
    See Also