[]
Represents a expression category for a C1ExpressionEditorPanel.
public class ExpressionItemCategory : INotifyPropertyChanged, IDisposable
| Name | Description |
|---|---|
| ExpressionItemCategory(string, CategoryType) | |
| ExpressionItemCategory(string, CategoryType, ObservableCollection<ExpressionItem>) |
| Name | Description |
|---|---|
| Items | For internal use only |
| SubCategories | Gets a collection of subcategories. |
| Text | Gets or sets the displayed text. |
| Type |
| Name | Description |
|---|---|
| Dispose() | Releases all unmanaged resources. |
| Dispose(bool) | Releases all unmanaged resources. |
| OnPropertyChanged(string) | Rises the PropertyChanged event. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |