WPF

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

    Show / Hide Table of Contents

    Class GridPropertyStandardValuesList

    Inheritance
    System.Object
    System.Collections.ArrayList
    GridPropertyStandardValuesList
    Implements
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.ICloneable
    System.ComponentModel.ITypedList
    Inherited Members
    System.Collections.ArrayList.Adapter(System.Collections.IList)
    System.Collections.ArrayList.BinarySearch(System.Int32, System.Int32, System.Object, System.Collections.IComparer)
    System.Collections.ArrayList.BinarySearch(System.Object)
    System.Collections.ArrayList.BinarySearch(System.Object, System.Collections.IComparer)
    System.Collections.ArrayList.Clone()
    System.Collections.ArrayList.Contains(System.Object)
    System.Collections.ArrayList.CopyTo(System.Array)
    System.Collections.ArrayList.CopyTo(System.Array, System.Int32)
    System.Collections.ArrayList.CopyTo(System.Int32, System.Array, System.Int32, System.Int32)
    System.Collections.ArrayList.FixedSize(System.Collections.IList)
    System.Collections.ArrayList.FixedSize(System.Collections.ArrayList)
    System.Collections.ArrayList.GetEnumerator()
    System.Collections.ArrayList.GetEnumerator(System.Int32, System.Int32)
    System.Collections.ArrayList.IndexOf(System.Object)
    System.Collections.ArrayList.IndexOf(System.Object, System.Int32)
    System.Collections.ArrayList.IndexOf(System.Object, System.Int32, System.Int32)
    System.Collections.ArrayList.LastIndexOf(System.Object)
    System.Collections.ArrayList.LastIndexOf(System.Object, System.Int32)
    System.Collections.ArrayList.LastIndexOf(System.Object, System.Int32, System.Int32)
    System.Collections.ArrayList.ReadOnly(System.Collections.IList)
    System.Collections.ArrayList.ReadOnly(System.Collections.ArrayList)
    System.Collections.ArrayList.Repeat(System.Object, System.Int32)
    System.Collections.ArrayList.Reverse()
    System.Collections.ArrayList.Reverse(System.Int32, System.Int32)
    System.Collections.ArrayList.SetRange(System.Int32, System.Collections.ICollection)
    System.Collections.ArrayList.GetRange(System.Int32, System.Int32)
    System.Collections.ArrayList.Sort()
    System.Collections.ArrayList.Sort(System.Collections.IComparer)
    System.Collections.ArrayList.Sort(System.Int32, System.Int32, System.Collections.IComparer)
    System.Collections.ArrayList.Synchronized(System.Collections.IList)
    System.Collections.ArrayList.Synchronized(System.Collections.ArrayList)
    System.Collections.ArrayList.ToArray()
    System.Collections.ArrayList.ToArray(System.Type)
    System.Collections.ArrayList.TrimToSize()
    System.Collections.ArrayList.Capacity
    System.Collections.ArrayList.Count
    System.Collections.ArrayList.IsFixedSize
    System.Collections.ArrayList.IsReadOnly
    System.Collections.ArrayList.IsSynchronized
    System.Collections.ArrayList.SyncRoot
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridPropertyStandardValuesList : ArrayList, IList, ICollection, IEnumerable, ICloneable, ITypedList

    Constructors

    GridPropertyStandardValuesList(String, Type)

    Declaration
    public GridPropertyStandardValuesList(string name, Type elementType)
    Parameters
    Type Name Description
    System.String name
    System.Type elementType

    Properties

    Item[Int32]

    Declaration
    public override object this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    System.Object
    Overrides
    System.Collections.ArrayList.Item[System.Int32]

    Methods

    Add(Object)

    Declaration
    public override int Add(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    System.Int32
    Overrides
    System.Collections.ArrayList.Add(System.Object)

    AddRange(ICollection)

    Declaration
    public override void AddRange(ICollection c)
    Parameters
    Type Name Description
    System.Collections.ICollection c
    Overrides
    System.Collections.ArrayList.AddRange(System.Collections.ICollection)

    Clear()

    Declaration
    public override void Clear()
    Overrides
    System.Collections.ArrayList.Clear()

    GetItemProperties(PropertyDescriptor[])

    Declaration
    public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors)
    Parameters
    Type Name Description
    System.ComponentModel.PropertyDescriptor[] listAccessors
    Returns
    Type Description
    System.ComponentModel.PropertyDescriptorCollection

    GetListName(PropertyDescriptor[])

    Declaration
    public string GetListName(PropertyDescriptor[] listAccessors)
    Parameters
    Type Name Description
    System.ComponentModel.PropertyDescriptor[] listAccessors
    Returns
    Type Description
    System.String

    GetMaxLength(String, CultureInfo)

    Declaration
    public int GetMaxLength(string format, CultureInfo ci)
    Parameters
    Type Name Description
    System.String format
    System.Globalization.CultureInfo ci
    Returns
    Type Description
    System.Int32

    Insert(Int32, Object)

    Declaration
    public override void Insert(int index, object value)
    Parameters
    Type Name Description
    System.Int32 index
    System.Object value
    Overrides
    System.Collections.ArrayList.Insert(System.Int32, System.Object)

    InsertRange(Int32, ICollection)

    Declaration
    public override void InsertRange(int index, ICollection c)
    Parameters
    Type Name Description
    System.Int32 index
    System.Collections.ICollection c
    Overrides
    System.Collections.ArrayList.InsertRange(System.Int32, System.Collections.ICollection)

    Remove(Object)

    Declaration
    public override void Remove(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Overrides
    System.Collections.ArrayList.Remove(System.Object)

    RemoveAt(Int32)

    Declaration
    public override void RemoveAt(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Overrides
    System.Collections.ArrayList.RemoveAt(System.Int32)

    RemoveRange(Int32, Int32)

    Declaration
    public override void RemoveRange(int index, int count)
    Parameters
    Type Name Description
    System.Int32 index
    System.Int32 count
    Overrides
    System.Collections.ArrayList.RemoveRange(System.Int32, System.Int32)

    Implements

    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.ICloneable
    System.ComponentModel.ITypedList
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved