Class
BrushCollection

An observable collection of brushes.

Definition

Namespace:Telerik.Windows.Controls.DataBars

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class BrushCollection : ObservableCollection<Brush>, IList<Brush>, ICollection<Brush>, IList, ICollection, IReadOnlyList<Brush>, IReadOnlyCollection<Brush>, IEnumerable<Brush>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<Brush>ObservableCollection<Brush>BrushCollection

Implements: ICollectionICollection<Brush>IEnumerableIEnumerable<Brush>IListIList<Brush>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<Brush>IReadOnlyList<Brush>

Inherited Members ObservableCollection<Brush>.Move(int, int)ObservableCollection<Brush>.ClearItems()ObservableCollection<Brush>.RemoveItem(int)ObservableCollection<Brush>.InsertItem(int, Brush)ObservableCollection<Brush>.SetItem(int, Brush)ObservableCollection<Brush>.MoveItem(int, int)ObservableCollection<Brush>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<Brush>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<Brush>.BlockReentrancy()ObservableCollection<Brush>.CheckReentrancy()ObservableCollection<Brush>.CollectionChangedObservableCollection<Brush>.PropertyChangedCollection<Brush>.Add(Brush)Collection<Brush>.Clear()Collection<Brush>.CopyTo(Brush[], int)Collection<Brush>.Contains(Brush)Collection<Brush>.GetEnumerator()Collection<Brush>.IndexOf(Brush)Collection<Brush>.Insert(int, Brush)Collection<Brush>.Remove(Brush)Collection<Brush>.RemoveAt(int)Collection<Brush>.CountCollection<Brush>.ItemsCollection<Brush>.this[int]

Constructors

BrushCollection()

Declaration

cs-api-definition
public BrushCollection()
In this article
DefinitionConstructorsBrushCollection()
Not finding the help you need?
Contact Support