WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGridDetailProvider Class / DetailCollapsedIconTemplate Property
In This Topic
    DetailCollapsedIconTemplate Property (FlexGridDetailProvider)
    In This Topic
    Gets or sets the template used to create the icon displayed when the detail row is collapsed.
    Syntax
    public C1IconTemplate DetailCollapsedIconTemplate {get; set;}
    Remarks
    When this property is null, the DetailExpandedIconTemplate icon template will be mirrored horizontally.
    See Also