[]
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 : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject
| Name | Description |
|---|---|
| GridGroupRowCell() | Initializes a new instance of the GridGroupRowCell class. |
| Name | Description |
|---|---|
| ExpandDownProperty | Identifies the ExpandDown dependency property. |
| GroupCollapsedIconTemplateProperty | Identifies the GroupCollapsedIconTemplate dependency property. |
| GroupExpandedIconTemplateProperty | Identifies the GroupExpandedIconTemplate dependency property. |
| GroupTextProperty | Identifies the GroupText dependency property. |
| IsCollapsedProperty | Identifies the IsCollapsed dependency property. |
| 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. |
| IsCollapsed | Gets or sets whether the group is collapsed. |
| IsCollapsedChanged |
| Name | Description |
|---|---|
| BuildRenderTree(RenderTreeBuilder) | |
| Dispose(bool) | |
| OnAfterRender(bool) |