FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridGroupRowCell Class / GroupExpandedIconTemplate Property

In This Topic
    GroupExpandedIconTemplate Property (GridGroupRowCell)
    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 C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate GroupExpandedIconTemplate {get; set;}
    Remarks
    When the group expand up, because FlexGrid.GroupRowPosition was set in the grid, this icon will be mirrored horizontally.
    See Also