[]
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 : View
| Name | Description |
|---|---|
| GridGroupRowCell() | 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. |
| GroupFontAttributes | Gets or sets the group font attributes. |
| GroupFontFamily | Gets or sets the group font family. |
| GroupFontSize | Gets or sets the group font size. |
| 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 |
|---|---|
| OnIsCollapsedChanged(EventArgs) | Called when the group is toggled. |
| Name | Description |
|---|---|
| IsCollapsedChanged | Occurs when the group is toggled. |