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

In This Topic
    ExpandedIconTemplate Property
    In This Topic
    Gets or sets the icon show when the details are expanded.
    Syntax
    'Declaration
     
    Public Property ExpandedIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate ExpandedIconTemplate {get; set;}
    See Also