Class PropertyGridGroupFactory
Inheritance
System.Object
PropertyGridGroupFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyGridGroupFactory : IGroupFactory<PropertyGridItem>
Constructors
PropertyGridGroupFactory(PropertyGridTableElement)
Declaration
public PropertyGridGroupFactory(PropertyGridTableElement propertyGridElement)
Parameters
PropertyGridTableElement
propertyGridElement
|
Methods
CreateCollection(IList<Group<PropertyGridItem>>)
Declaration
public GroupCollection<PropertyGridItem> CreateCollection(IList<Group<PropertyGridItem>> list)
Parameters
System.Collections.Generic.IList<Group<PropertyGridItem>>
list
|
Returns
GroupCollection<PropertyGridItem>
|
Implements
CreateGroup(Object, Group<PropertyGridItem>, Object[])
Declaration
public Group<PropertyGridItem> CreateGroup(object key, Group<PropertyGridItem> parent, params object[] metaData)
Parameters
System.Object
key
|
Group<PropertyGridItem>
parent
|
System.Object[]
metaData
|
Returns
Group<PropertyGridItem>
|