[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ConditionCollection

ConditionCollection Class

Represents collection of the SelectorCondition.

Inheritance
ConditionCollection
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class ConditionCollection : Collection<SelectorCondition>, IList<SelectorCondition>, ICollection<SelectorCondition>, IList, ICollection, IReadOnlyList<SelectorCondition>, IReadOnlyCollection<SelectorCondition>, IEnumerable<SelectorCondition>, IEnumerable
Public Class ConditionCollection
    Inherits Collection(Of SelectorCondition)
    Implements IList(Of SelectorCondition), ICollection(Of SelectorCondition), IList, ICollection, IReadOnlyList(Of SelectorCondition), IReadOnlyCollection(Of SelectorCondition), IEnumerable(Of SelectorCondition), IEnumerable

Constructors

Name Description
ConditionCollection()

Initializes a new instance of the ConditionCollection class.