[]
Represents a expression category for a C1ExpressionEditorPanel.
public class ExpressionItemCategory : INotifyPropertyChanged, IDisposable
| Name | Description |
|---|---|
| ExpressionItemCategory() | Initializes a new instance of the ExpressionItemCategory class. |
| Name | Description |
|---|---|
| SubCategories | Gets a collection of subcategories. |
| Text | Gets or sets the displayed text. |
| Type | Gets or sets the type for category. |
| Name | Description |
|---|---|
| Dispose() | Releases all unmanaged resources. |
| Dispose(bool) | Releases all unmanaged resources. |
| OnPropertyChanged(string) | Rises the PropertyChanged event. |
| ResetCategories() | |
| ResetText() | |
| ResetType() | |
| ShouldSerializeCategories() | |
| ShouldSerializeText() | |
| ShouldSerializeType() |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |