alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class BarCollection

    Stores collection of Bar instances.

    Inheritance
    System.Object
    ObservableCollectionBase<Bar>
    ObservableCollection<Bar>
    BarCollection
    Inherited Members
    ObservableCollection<Bar>.InsertItem(Int32, Bar)
    ObservableCollection<Bar>.ItemPropertyChanged
    ObservableCollection<Bar>.RemoveItem(Int32)
    ObservableCollection<Bar>.SetItem(Int32, Bar)
    ObservableCollectionBase<Bar>.AddRange(IEnumerable<Bar>)
    ObservableCollectionBase<Bar>.CollectionChanged
    ObservableCollectionBase<Bar>.FireCollectionChangedEvent(CollectionChangeAction, Bar)
    ObservableCollectionBase<Bar>.InsertRange(Int32, IEnumerable<Bar>)
    Namespace: Syncfusion.Windows.Forms.Tools.Navigation
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BarCollection : ObservableCollection<Bar>

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved