FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / ExpandedAboveIconTemplate Property

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