Class
PropertyGridGroup

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PropertyGridGroup : DataItemGroup<PropertyGridItem>, IReadOnlyCollection<PropertyGridItem>, IEnumerable

Inheritance: objectGroup<PropertyGridItem>DataItemGroup<PropertyGridItem>PropertyGridGroup

Implements: IEnumerableIReadOnlyCollection<PropertyGridItem>

Inherited Members DataItemGroup<PropertyGridItem>.GroupsDataItemGroup<PropertyGridItem>.CacheGroup<PropertyGridItem>.Contains(PropertyGridItem)Group<PropertyGridItem>.IndexOf(PropertyGridItem)Group<PropertyGridItem>.Evaluate(string)Group<PropertyGridItem>.GetEnumerator()Group<PropertyGridItem>.CopyTo(PropertyGridItem[], int)Group<PropertyGridItem>.LevelGroup<PropertyGridItem>.HeaderGroup<PropertyGridItem>.KeyGroup<PropertyGridItem>.ItemCountGroup<PropertyGridItem>.this[int]Group<PropertyGridItem>.Parent

Constructors

PropertyGridGroup(object, Group<PropertyGridItem>, PropertyGridTableElement)

Declaration

cs-api-definition
public PropertyGridGroup(object key, Group<PropertyGridItem> parent, PropertyGridTableElement propertyGridElement)

Parameters

key

object

parent

Group<PropertyGridItem>

propertyGridElement

PropertyGridTableElement

Properties

GroupItem

Gets the group item.

Declaration

cs-api-definition
public PropertyGridGroupItem GroupItem { get; }

Property Value

PropertyGridGroupItem

The group item.

IsExpanded

Gets the expanded state of the group.

Declaration

cs-api-definition
public bool IsExpanded { get; }

Property Value

bool

Items

Declaration

cs-api-definition
protected override IList<PropertyGridItem> Items { get; }

Property Value

IList<PropertyGridItem>

Overrides DataItemGroup<PropertyGridItem>.Items

Methods

Collapse()

Collapses this instance.

Declaration

cs-api-definition
public void Collapse()

Expand()

Expands this instance.

Declaration

cs-api-definition
public void Expand()