[]
        
(Showing Draft Content)

C1.Win.ExpressionEditor.Model.ExpressionItemCategoriesCollection

ExpressionItemCategoriesCollection Class

Represents a collection of ExpressionItemCategory objects.

Inheritance
ExpressionItemCategoriesCollection
Namespace: C1.Win.ExpressionEditor.Model
Assembly: C1.Win.ExpressionEditor.8.dll
Syntax
public class ExpressionItemCategoriesCollection : BindingList<ExpressionItemCategory>, IList<ExpressionItemCategory>, ICollection<ExpressionItemCategory>, IReadOnlyList<ExpressionItemCategory>, IReadOnlyCollection<ExpressionItemCategory>, IEnumerable<ExpressionItemCategory>, IBindingList, IList, ICollection, IEnumerable, ICancelAddNew, IRaiseItemChangedEvents

Constructors

Name Description
ExpressionItemCategoriesCollection()

Initializes a new instance of the ExpressionItemCategoriesCollection class.

Methods

Name Description
Add(ExpressionItemCategory)

Adds an object to the end of the Collection.