C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridGroupRowCell Class / GroupExpandedIconTemplate Property


In This Topic
GroupExpandedIconTemplate Property (GridGroupRowCell)
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 C1IconTemplate
 
'Usage
 
Dim instance As GridGroupRowCell
Dim value As C1IconTemplate
 
instance.GroupExpandedIconTemplate = value
 
value = instance.GroupExpandedIconTemplate
Remarks
When the group expand up, because GroupRowPosition was set in the grid, this icon will be mirrored horizontally.
See Also