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 PropertyGridGroupFactory : IGroupFactory<PropertyGridItem>

Inheritance: objectPropertyGridGroupFactory

Implements: IGroupFactory<PropertyGridItem>

Constructors

C#
public PropertyGridGroupFactory(PropertyGridTableElement propertyGridElement)
Parameters:propertyGridElementPropertyGridTableElement

Methods

C#
public GroupCollection<PropertyGridItem> CreateCollection(IList<Group<PropertyGridItem>> list)
Parameters:listIList<Group<PropertyGridItem>>Returns:

GroupCollection<PropertyGridItem>

Implements: IGroupFactory<PropertyGridItem>.CreateCollection(IList<Group<PropertyGridItem>>)

C#
public Group<PropertyGridItem> CreateGroup(object key, Group<PropertyGridItem> parent, params object[] metaData)
Parameters:keyobjectparentGroup<PropertyGridItem>metaDataobject[]Returns:

Group<PropertyGridItem>

Implements: IGroupFactory<PropertyGridItem>.CreateGroup(object, Group<PropertyGridItem>, params object[])