[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.ExpressionItemCategory

ExpressionItemCategory Class

Represents a expression category for a C1ExpressionEditorPanel.

Inheritance
ExpressionItemCategory
Namespace: C1.WPF.ExpressionEditor
Assembly: C1.WPF.ExpressionEditor.4.6.2.dll
Syntax
public class ExpressionItemCategory : INotifyPropertyChanged, IDisposable

Constructors

Name Description
ExpressionItemCategory(string, CategoryType)
ExpressionItemCategory(string, CategoryType, ObservableCollection<ExpressionItem>)

Properties

Name Description
Items

For internal use only

SubCategories

Gets a collection of subcategories.

Text

Gets or sets the displayed text.

Type

Methods

Name Description
Dispose()

Releases all unmanaged resources.

Dispose(bool)

Releases all unmanaged resources.

OnPropertyChanged(string)

Rises the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when a property value changes.