ComponentOne Xamarin Edition
GroupExpandedIconTemplate Property (FlexGrid)
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > FlexGrid Class : GroupExpandedIconTemplate Property
Gets or sets the template used to create the icon displayed when the group is expanded.
Syntax
public C1IconTemplate GroupExpandedIconTemplate {get; set;}
Remarks
When the group expand up, because GroupRowPosition was set in the grid, this icon will be mirrored horizontally.If this icon template is not specified, the icon will be created by rotating GroupCollapsedIconTemplate 90º counterclockwise.
See Also

Reference

FlexGrid Class
FlexGrid Members