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


In This Topic
GroupCollapsedIconTemplate Property (GridGroupRowCell)
In This Topic
Gets or sets the template used to create the icon displayed when the group is collapsed.
Syntax
'Declaration
 
Public Property GroupCollapsedIconTemplate As C1IconTemplate
 
'Usage
 
Dim instance As GridGroupRowCell
Dim value As C1IconTemplate
 
instance.GroupCollapsedIconTemplate = value
 
value = instance.GroupCollapsedIconTemplate
Remarks
If this icon template is not specified, the icon will be created by rotating GroupExpandedIconTemplate 90º counterclockwise.
See Also