Class
PropertyGridGroupCollection

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PropertyGridGroupCollection : GroupCollection<PropertyGridItem>, IList, ICollection, IDisposable, IReadOnlyCollection<PropertyGridItemBase>, IEnumerable

Inheritance: objectReadOnlyCollection<Group<PropertyGridItem>>GroupCollection<PropertyGridItem>PropertyGridGroupCollection

Implements: ICollectionIDisposableIEnumerableIListIReadOnlyCollection<PropertyGridItemBase>

Inherited Members GroupCollection<PropertyGridItem>.Dispose()ReadOnlyCollection<Group<PropertyGridItem>>.Contains(Group<PropertyGridItem>)ReadOnlyCollection<Group<PropertyGridItem>>.CopyTo(Group<PropertyGridItem>[], int)ReadOnlyCollection<Group<PropertyGridItem>>.GetEnumerator()ReadOnlyCollection<Group<PropertyGridItem>>.IndexOf(Group<PropertyGridItem>)ReadOnlyCollection<Group<PropertyGridItem>>.CountReadOnlyCollection<Group<PropertyGridItem>>.Items

Constructors

PropertyGridGroupCollection(IList<Group<PropertyGridItem>>)

Declaration

cs-api-definition
public PropertyGridGroupCollection(IList<Group<PropertyGridItem>> list)

Parameters

list

IList<Group<PropertyGridItem>>

Fields

Empty

Declaration

cs-api-definition
public static PropertyGridGroupCollection Empty

Field Value

PropertyGridGroupCollection

Properties

this[int]

Declaration

cs-api-definition
public PropertyGridGroup this[int index] { get; }

Parameters

index

int

Property Value

PropertyGridGroup