WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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
    public DataTemplate GroupExpandedIconTemplate {get; set;}
    Remarks
    When the group expand up, because GroupRowPosition was set in the grid, this icon will be mirrored horizontally.
    See Also