C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / GroupExpandedIconTemplate Property

In This Topic
GroupExpandedIconTemplate Property (FlexGrid)
In This Topic
Gets or sets the template used to create the icon displayed when the group is expanded.
Syntax
'Declaration
 
Public Property GroupExpandedIconTemplate As RenderFragment(Of C1Style)
 
Remarks
When the group expand up, because GroupRowPosition was set in the grid, this icon will be mirrored horizontally.
See Also