PropertyGridGroup
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class PropertyGridGroup : DataItemGroup<PropertyGridItem>, IReadOnlyCollection<PropertyGridItem>, IEnumerable
Inheritance: objectGroup<PropertyGridItem>DataItemGroup<PropertyGridItem>PropertyGridGroup
Implements:
Inherited Members
Constructors
C#
public PropertyGridGroup(object key, Group<PropertyGridItem> parent, PropertyGridTableElement propertyGridElement)
Properties
Gets the group item.
C#
public PropertyGridGroupItem GroupItem { get; }
The group item.
Gets the expanded state of the group.
C#
public bool IsExpanded { get; }
Items
IList<PropertyGridItem>
C#
protected override IList<PropertyGridItem> Items { get; }
Overrides:
Methods
Collapses this instance.
C#
public void Collapse()
Expands this instance.
C#
public void Expand()