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

In This Topic
    DetailExpandedIconTemplate Property (FlexGridDetailProvider)
    In This Topic
    Gets or sets the template used to create the icon displayed when the detail row is expanded.
    Syntax
    'Declaration
     
    Public Property DetailExpandedIconTemplate As C1.WPF.Core.C1IconTemplate
    public C1.WPF.Core.C1IconTemplate DetailExpandedIconTemplate {get; set;}
    Remarks
    When this property is null, the DetailCollapsedIconTemplate icon template will be mirrored horizontally.
    See Also