[]
Visual representation of the content of a category cell.
[TemplatePart(Name = "ExpandButton", Type = typeof(C1ToggleButton))]
public class PropertyGridCategoryCell : C1View
| Name | Description |
|---|---|
| PropertyGridCategoryCell() | Initializes a new instance of the PropertyGridCategoryCell class. |
| Name | Description |
|---|---|
| IsExpandedProperty | Identifies the IsExpanded dependency property. |
| TitleProperty | Identifies the Title dependency property. |
| Name | Description |
|---|---|
| IsExpanded | Gets or sets whether the category is expanded. |
| Title | Gets or sets the name of the category. |
| Name | Description |
|---|---|
| Dispose(bool) | |
| OnApplyTemplate() |
| Name | Description |
|---|---|
| IsExpandedChanged | Called when the category is expanded or collapsed. |