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
Property
|
Methods
CreateCollection(IList<Group<PropertyGridItem>>)
Declaration
public GroupCollection<PropertyGridItem> CreateCollection(IList<Group<PropertyGridItem>> list)
Parameters
System.
|
Returns
Implements
CreateGroup(Object, Group<PropertyGridItem>, Object[])
Declaration
public Group<PropertyGridItem> CreateGroup(object key, Group<PropertyGridItem> parent, params object[] metaData)
Parameters
System.
|
Group<Property
|
System.
|