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

In This Topic
    GroupCollapsedIconTemplate Property (FlexGrid)
    In This Topic
    Gets or sets the template used to create the icon displayed when the group is collapsed.
    Syntax
    'Declaration
     
    Public Property GroupCollapsedIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate GroupCollapsedIconTemplate {get; set;}
    See Also