C1.Blazor.Grid Assembly / C1.Blazor.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 descending.
Syntax
'Declaration
 
Public Property SortDescendingIconTemplate As RenderFragment(Of C1Style)
 
Remarks
When this property is null, the SortAscendingIconTemplate icon template will be mirrored horizontally.
See Also