ComponentOne Xamarin.iOS
GroupExpandedIconTemplate Property (GridGroupRowCell)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridGroupRowCell Class : GroupExpandedIconTemplate Property
Gets or sets the template used to create the icon displayed when the group is expanded.
Syntax
'Declaration
 
Public Property GroupExpandedIconTemplate As C1IconTemplate
'Usage
 
Dim instance As GridGroupRowCell
Dim value As C1IconTemplate
 
instance.GroupExpandedIconTemplate = value
 
value = instance.GroupExpandedIconTemplate
public C1IconTemplate GroupExpandedIconTemplate {get; set;}
Remarks
When the group expand up, because GroupRowPosition was set in the grid, this icon will be mirrored horizontally.
See Also

Reference

GridGroupRowCell Class
GridGroupRowCell Members