Class BarCollection
Stores collection of Bar instances.
Implements
System.Collections.Generic.IList<Bar>
System.Collections.Generic.ICollection<Bar>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<Bar>
System.Collections.Generic.IReadOnlyCollection<Bar>
System.Collections.Generic.IEnumerable<Bar>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.Add(Syncfusion.Windows.Forms.Tools.Navigation.Bar)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.Clear()
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.ClearItems()
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.Contains(Syncfusion.Windows.Forms.Tools.Navigation.Bar)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.CopyTo(Syncfusion.Windows.Forms.Tools.Navigation.Bar[], System.Int32)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.Count
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.GetEnumerator()
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.IndexOf(Syncfusion.Windows.Forms.Tools.Navigation.Bar)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.Insert(System.Int32, Syncfusion.Windows.Forms.Tools.Navigation.Bar)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.Items
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.Remove(Syncfusion.Windows.Forms.Tools.Navigation.Bar)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.Generic.ICollection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.IsReadOnly
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.IList.IsFixedSize
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Syncfusion.Windows.Forms.Tools.Navigation.Bar>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools.Navigation
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class BarCollection : ObservableCollection<Bar>, IList<Bar>, ICollection<Bar>, IList, ICollection, IReadOnlyList<Bar>, IReadOnlyCollection<Bar>, IEnumerable<Bar>, IEnumerable
Constructors
BarCollection()
Declaration
public BarCollection()
Methods
AddRange(Bar[])
Adds the range an array of Bars.
Declaration
public void AddRange(Bar[] bars)
Parameters
Type | Name | Description |
---|---|---|
Bar[] | bars | An array of Bars objects representing the bars to add to the collection. |
FindByText(String)
Finds the Bar by its text.
Declaration
public int FindByText(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text. |
Returns
Type | Description |
---|---|
System.Int32 | Index of found Bar or -1 otherwise. |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable