alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class RangeCollection

    Represents a collection of Range objects used in a RadialGauge control.

    Inheritance
    System.Object
    RangeCollection
    Namespace: Syncfusion.Windows.Forms.Gauge
    Assembly: Syncfusion.Gauge.Windows.dll
    Syntax
    public class RangeCollection : CollectionBase

    Constructors

    RangeCollection(RadialGauge)

    Constructor for Rangecollection

    Declaration
    public RangeCollection(RadialGauge sender)
    Parameters
    Type Name Description
    RadialGauge sender

    Properties

    Item[Int32]

    Gets the index of for the Range

    Declaration
    public Range this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type
    Range

    Methods

    Add(Range)

    Adds the range type to the list

    Declaration
    public int Add(Range itemType)
    Parameters
    Type Name Description
    Range itemType
    Returns
    Type
    System.Int32

    Contains(Range)

    Returns whether the list contains the range type

    Declaration
    public bool Contains(Range itemType)
    Parameters
    Type Name Description
    Range itemType
    Returns
    Type
    System.Boolean

    FindByName(String)

    searches the name in the list

    Declaration
    public Range FindByName(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type
    Range

    IndexOf(Range)

    Returns the index of the range type

    Declaration
    public int IndexOf(Range itemType)
    Parameters
    Type Name Description
    Range itemType
    Returns
    Type
    System.Int32

    Insert(Int32, Range)

    Inserts teh range type into the list

    Declaration
    public void Insert(int index, Range itemType)
    Parameters
    Type Name Description
    System.Int32 index
    Range itemType

    OnClear()

    Overrides the clear method

    Declaration
    protected override void OnClear()

    OnInsert(Int32, Object)

    Overrides the oninsert method

    Declaration
    protected override void OnInsert(int index, object value)
    Parameters
    Type Name Description
    System.Int32 index
    System.Object value

    OnRemove(Int32, Object)

    overrides the onremove method

    Declaration
    protected override void OnRemove(int index, object value)
    Parameters
    Type Name Description
    System.Int32 index
    System.Object value

    Remove(Range)

    Removes the type from the list

    Declaration
    public void Remove(Range itemType)
    Parameters
    Type Name Description
    Range itemType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved