New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class PropertyGridRootItemsCollection : IEnumerable

Inheritance: objectPropertyGridRootItemsCollection

Implements: IEnumerable

Constructors

C#
public PropertyGridRootItemsCollection(PropertyGridTableElement tableElement)
Parameters:tableElementPropertyGridTableElement

Properties

C#
public int Count { get; }
C#
public bool IsReadOnly { get; }

Methods

C#
public void Add(PropertyGridItem item)
Parameters:itemPropertyGridItem
C#
public void Clear()
C#
public bool Contains(PropertyGridItem item)
Parameters:itemPropertyGridItemReturns:

bool

C#
public void CopyTo(PropertyGridItem[] array, int arrayIndex)
Parameters:arrayPropertyGridItem[]arrayIndexint
C#
public IEnumerator GetEnumerator()
Returns:

IEnumerator

Implements: IEnumerable.GetEnumerator()

C#
public int IndexOf(PropertyGridItem item)
Parameters:itemPropertyGridItemReturns:

int

C#
public void Insert(int index, PropertyGridItem item)
Parameters:indexintitemPropertyGridItem
C#
public bool Remove(PropertyGridItem item)
Parameters:itemPropertyGridItemReturns:

bool

C#
public void RemoveAt(int index)
Parameters:indexint