ClassPropertyGridGroupCollection
Class
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:
Inherited Members
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
Properties
this[int]
Declaration
cs-api-definition
public PropertyGridGroup this[int index] { get; }
Parameters
index
Property Value