[]
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 : UIView, IDependencyObject
| Name | Description |
|---|---|
| GridGroupRowCell() | Initializes a new instance of the GridGroupRowCell class. |
| Name | Description |
|---|---|
| ExpandDownProperty | |
| GroupCollapsedIconTemplateProperty | |
| GroupExpandedIconTemplateProperty | |
| GroupFontProperty | |
| GroupTextColorProperty | |
| GroupTextProperty | |
| IsCollapsedProperty |
| 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. |
| GroupFont | Gets or sets the group font. |
| GroupText | Gets or sets the group text. |
| GroupTextColor | Gets or sets the color of the group text. |
| IsCollapsed | Gets or sets whether the group is collapsed. |
| Name | Description |
|---|---|
| Dispose(bool) | Releases the resources used by the UIView object. |
| LayoutSubviews() | |
| OnIsCollapsedChanged(EventArgs) | Called when the group is toggled. |
| SizeThatFits(CGSize) |
| Name | Description |
|---|---|
| IsCollapsedChanged | Occurs when the group is toggled. |