[]
Visual element displayed in the group rows to allow the user expand and collapse as well as displaying the name of the group.
public class GridGroupRowCell : LinearLayout, IDependencyObject
| Name | Description |
|---|---|
| GridGroupRowCell(Context) | Initializes a new instance of the GridGroupRowCell class. |
| Name | Description |
|---|---|
| ExpandDown | Gets or sets a value indicating whether the group is expanded downwards. |
| GroupCollapsedIconTemplate | Gets or sets the template used to create the icon displayed when the group is collapsed. |
| GroupExpandedIconTemplate | Gets or sets the template used to create the icon displayed when the group is expanded. |
| GroupText | Gets or sets the group text. |
| GroupTextColor | Gets or sets the color of the group text. |
| GroupTextSize | Gets or sets the group font size. |
| GroupTypeface | Gets or sets the group font typeface. |
| IsCollapsed | Gets or sets whether the group is collapsed. |
| Name | Description |
|---|---|
| OnIsCollapsedChanged(EventArgs) | Called when the group is toggled. |
| Name | Description |
|---|---|
| IsCollapsedChanged | Occurs when the group is toggled. |