Class
PropertyGridGroupFactory

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PropertyGridGroupFactory : IGroupFactory<PropertyGridItem>

Inheritance: objectPropertyGridGroupFactory

Implements: IGroupFactory<PropertyGridItem>

Constructors

PropertyGridGroupFactory(PropertyGridTableElement)

Declaration

cs-api-definition
public PropertyGridGroupFactory(PropertyGridTableElement propertyGridElement)

Parameters

propertyGridElement

PropertyGridTableElement

Methods

CreateCollection(IList<Group<PropertyGridItem>>)

Declaration

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

Parameters

list

IList<Group<PropertyGridItem>>

Returns

GroupCollection<PropertyGridItem>

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

CreateGroup(object, Group<PropertyGridItem>, params object[])

Declaration

cs-api-definition
public Group<PropertyGridItem> CreateGroup(object key, Group<PropertyGridItem> parent, params object[] metaData)

Parameters

key

object

parent

Group<PropertyGridItem>

metaData

object[]

Returns

Group<PropertyGridItem>

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