alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridPropertyStandardValuesList

    Inheritance
    System.Object
    GridPropertyStandardValuesList
    Implements
    System.ComponentModel.ITypedList
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridPropertyStandardValuesList : ArrayList, 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
    System.Object

    Methods

    Add(Object)

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

    AddRange(ICollection)

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

    Clear()

    Declaration
    public override void Clear()

    GetItemProperties(PropertyDescriptor[])

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

    GetListName(PropertyDescriptor[])

    Declaration
    public string GetListName(PropertyDescriptor[] listAccessors)
    Parameters
    Type Name Description
    System.ComponentModel.PropertyDescriptor[] listAccessors
    Returns
    Type
    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
    System.Int32

    Insert(Int32, Object)

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

    InsertRange(Int32, ICollection)

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

    Remove(Object)

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

    RemoveAt(Int32)

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

    RemoveRange(Int32, Int32)

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

    Implements

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