Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / GroupExpandedIconTemplate Property


In This Topic
    GroupExpandedIconTemplate Property (FlexGrid)
    In This Topic
    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 FlexGrid
    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.If this icon template is not specified, the icon will be created by rotating GroupCollapsedIconTemplate 90º counterclockwise.
    See Also