ComponentOne Xamarin.iOS
SortAscendingIconTemplate Property (FlexGrid)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : SortAscendingIconTemplate Property
Gets or sets the template of the sort icon when it is sorted ascendingly.
Syntax
'Declaration
 
Public Property SortAscendingIconTemplate As C1IconTemplate
'Usage
 
Dim instance As FlexGrid
Dim value As C1IconTemplate
 
instance.SortAscendingIconTemplate = value
 
value = instance.SortAscendingIconTemplate
public C1IconTemplate SortAscendingIconTemplate {get; set;}
Remarks
When this property is null, the SortDescendingIconTemplate icon template will be mirrored horizontally.
See Also

Reference

FlexGrid Class
FlexGrid Members