Class GridPropertyStandardValuesList
Internal only.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridPropertyStandardValuesList : ArrayList, IList, ICollection, IEnumerable, ICloneable, ITypedList
Constructors
GridPropertyStandardValuesList(String, Type)
Internal only.
Declaration
public GridPropertyStandardValuesList(string name, Type elementType)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Type | elementType |
Properties
Item[Int32]
Gets or sets the value of System.Collections.ArrayList,Internal only.
Declaration
public override object this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type |
---|
System.Object |
Overrides
Methods
Add(Object)
Adds the values to base collections.Internal only.
Declaration
public override int Add(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The System.Object to be added to the end of the System.Collections.ArrayList. The value can be null. |
Returns
Type | Description |
---|---|
System.Int32 | The System.Collections.ArrayList index at which the |
Overrides
AddRange(ICollection)
Adds the System.Collections.ICollection values to base collections. Internal only.
Declaration
public override void AddRange(ICollection c)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.ICollection | c |
Overrides
Clear()
Clears the base collections.Internal only.
Declaration
public override void Clear()
Overrides
GetItemProperties(PropertyDescriptor[])
Internal only.Gets the property descriptor values.
Declaration
public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.PropertyDescriptor[] | listAccessors | An array of System.ComponentModel.PropertyDescriptor objects to find in the collection as bindable. This can be null. |
Returns
Type | Description |
---|---|
System.ComponentModel.PropertyDescriptorCollection | The System.ComponentModel.PropertyDescriptorCollection that represents the properties on each item used to bind data. |
GetListName(PropertyDescriptor[])
Internal only.Gets the List name.
Declaration
public string GetListName(PropertyDescriptor[] listAccessors)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.PropertyDescriptor[] | listAccessors | An array of System.ComponentModel.PropertyDescriptor objects, for which the list name is returned. This can be null. |
Returns
Type | Description |
---|---|
System.String | The name of the list. |
GetMaxLength(String, CultureInfo)
Gets the maximum length of the string.Internal only.
Declaration
public int GetMaxLength(string format, CultureInfo ci)
Parameters
Type | Name | Description |
---|---|---|
System.String | format | The format. |
System.Globalization.CultureInfo | ci | The CultureInfo. |
Returns
Type | Description |
---|---|
System.Int32 | returns max length |
Insert(Int32, Object)
Adds the value at specified index.Internal only.
Declaration
public override void Insert(int index, object value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | At which the value need to be inserted. |
System.Object | value | The System.Object to be inserted to the System.Collections.ArrayList. |
Overrides
InsertRange(Int32, ICollection)
Add the collection at specified index.Internal only.
Declaration
public override void InsertRange(int index, ICollection c)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Collections.ICollection | c |
Overrides
Remove(Object)
Removes a value from Arraylist.Internal only.
Declaration
public override void Remove(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Overrides
RemoveAt(Int32)
Removes the specified value from Array list.Internal only.
Declaration
public override void RemoveAt(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Overrides
RemoveRange(Int32, Int32)
Removes the collection of items from ArrayList.Internal only.
Declaration
public override void RemoveRange(int index, int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Int32 | count |