alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class VisuallyInheritableIntList

    A list deriving from VisuallyInheritableList with a strongly-typed indexer of type int.

    Inheritance
    System.Object
    ArrayListExt
    VisuallyInheritableList
    VisuallyInheritableIntList
    Inherited Members
    ArrayListExt.Add(Object)
    ArrayListExt.add_ItemPropertyChanged(SyncfusionPropertyChangedEventHandler)
    ArrayListExt.AddHandlers(Object)
    ArrayListExt.Clear()
    ArrayListExt.CollectionChanged
    ArrayListExt.ForceFixedSize
    ArrayListExt.ForceReadOnly
    ArrayListExt.Insert(Int32, Object)
    ArrayListExt.InsertRange(Int32, ICollection)
    ArrayListExt.IsCollectionChangedEventSuspended
    ArrayListExt.IsFixedSize
    ArrayListExt.IsReadOnly
    ArrayListExt.ItemPropertyChanged
    ArrayListExt.Move(Int32, Int32, Int32)
    ArrayListExt.OnItemPropertyChanged(Object, SyncfusionPropertyChangedEventArgs)
    ArrayListExt.RaiseCollectionChanged(CollectionChangeEventArgs)
    ArrayListExt.ReleaseHandler(Object)
    ArrayListExt.remove_ItemPropertyChanged(SyncfusionPropertyChangedEventHandler)
    ArrayListExt.RemoveAt(Int32)
    ArrayListExt.RemoveRange(Int32, Int32)
    ArrayListExt.ResumeEvents(Boolean)
    ArrayListExt.Reverse(Int32, Int32)
    ArrayListExt.Sort(Int32, Int32, IComparer)
    ArrayListExt.SuspendEvents()
    VisuallyInheritableList.DesignTimeChanges
    VisuallyInheritableList.GetDesignTimeChanges()
    VisuallyInheritableList.OnCollectionChanged(CollectionChangeEventArgs)
    VisuallyInheritableList.OnCollectionChanging()
    VisuallyInheritableList.Parent
    VisuallyInheritableList.ReinitBaseClassCopy()
    VisuallyInheritableList.SetDesignTimeChanges(ArrayList)
    VisuallyInheritableList.ShouldContinueIfItemsCountChanged()
    Namespace: Syncfusion.Collections
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class VisuallyInheritableIntList : VisuallyInheritableList

    Constructors

    VisuallyInheritableIntList()

    Overloaded. Creates a new instance of the VisuallyInheritableList class.

    Declaration
    public VisuallyInheritableIntList()

    VisuallyInheritableIntList(IDesignable)

    Creates a new instance of the VisuallyInheritableList with support for visual inheritance provided based on the specified parent's design state.

    Declaration
    public VisuallyInheritableIntList(IDesignable parent)
    Parameters
    Type Name Description
    IDesignable parent

    A reference to the IDesignable interface that typically contains this collection.

    VisuallyInheritableIntList(Int32[])

    Creates a new instance of the VisuallyInheritableList class and inserts the items specified in an array into the VisuallyInheritableList, without support for visual inheritance.

    Declaration
    public VisuallyInheritableIntList(int[] items)
    Parameters
    Type Name Description
    System.Int32[] items

    An array of integers.

    Properties

    Item[Int32]

    Custom indexer of type int. See System.Collections.ArrayList.Item for more information.

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

    Methods

    AddRange(Int32[])

    Lets you add an array of integers into the list.

    Declaration
    public void AddRange(int[] value)
    Parameters
    Type Name Description
    System.Int32[] value

    An integer array.

    Remarks

    Available to enable serialization using AddRange in designer.

    IsIdenticalObjects(Object, Object)

    Overridden. See Syncfusion.Collections.VisuallyInheritableList:IsIdentiacalObjects.

    Declaration
    protected override bool IsIdenticalObjects(object item1, object item2)
    Parameters
    Type Name Description
    System.Object item1

    Object 1.

    System.Object item2

    Object 2.

    Returns
    Type Description
    System.Boolean

    True if identical; False otherwise.

    Overrides
    VisuallyInheritableList.IsIdenticalObjects(Object, Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved