ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / ExpandedBelowIconTemplate Property

In This Topic
    ExpandedBelowIconTemplate Property
    In This Topic
    Gets or sets the C1.Xaml.C1IconTemplate used to present the group icon when the item group/detail is expanded below.
    Syntax
    'Declaration
     
    
    Public Property ExpandedBelowIconTemplate As C1IconTemplate
    public C1IconTemplate ExpandedBelowIconTemplate {get; set;}
    See Also