Class ConditionalFormattingObjectCollection
Extends ObservableCollection<T> to subscribe to Items' PropertyChanged and CollectionChanged events.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<BaseFormattingObject>
ConditionalFormattingObjectCollection
Inherited Members
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.BaseFormattingObject>.Add(Telerik.WinControls.UI.BaseFormattingObject)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.BaseFormattingObject>.Clear()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.BaseFormattingObject>.CopyTo(Telerik.WinControls.UI.BaseFormattingObject[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.BaseFormattingObject>.Contains(Telerik.WinControls.UI.BaseFormattingObject)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.BaseFormattingObject>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.BaseFormattingObject>.IndexOf(Telerik.WinControls.UI.BaseFormattingObject)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.BaseFormattingObject>.Insert(System.Int32, Telerik.WinControls.UI.BaseFormattingObject)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.BaseFormattingObject>.Remove(Telerik.WinControls.UI.BaseFormattingObject)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.BaseFormattingObject>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.BaseFormattingObject>.Count
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.BaseFormattingObject>.Items
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.BaseFormattingObject>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.BaseFormattingObject>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.BaseFormattingObject>.IsReadOnly
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ConditionalFormattingObjectCollection : ItemObservableCollection<BaseFormattingObject>, IList<BaseFormattingObject>, ICollection<BaseFormattingObject>, IReadOnlyList<BaseFormattingObject>, IReadOnlyCollection<BaseFormattingObject>, IEnumerable<BaseFormattingObject>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Constructors
ConditionalFormattingObjectCollection()
Declaration
public ConditionalFormattingObjectCollection()