Class GridPropertyStandardValuesList
Inheritance
System.Object
GridPropertyStandardValuesList
Implements
System.ComponentModel.ITypedList
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
Methods
Add(Object)
Declaration
public override int Add(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
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
GetMaxLength(String, CultureInfo)
Declaration
public int GetMaxLength(string format, CultureInfo ci)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Globalization.CultureInfo |
ci |
|
Returns
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