[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.PropertyGridCategoryCell

PropertyGridCategoryCell Class

Visual representation of the content of a category cell.

Inheritance
PropertyGridCategoryCell
Namespace: C1.WPF.PropertyGrid
Assembly: C1.WPF.PropertyGrid.dll
Syntax
[TemplatePart(Name = "ExpandButton", Type = typeof(C1ToggleButton))]
public class PropertyGridCategoryCell : C1View

Constructors

Name Description
PropertyGridCategoryCell()

Initializes a new instance of the PropertyGridCategoryCell class.

Fields

Name Description
IsExpandedProperty

Identifies the IsExpanded dependency property.

TitleProperty

Identifies the Title dependency property.

Properties

Name Description
IsExpanded

Gets or sets whether the category is expanded.

Title

Gets or sets the name of the category.

Methods

Name Description
Dispose(bool)
OnApplyTemplate()

Events

Name Description
IsExpandedChanged

Called when the category is expanded or collapsed.