Class PropertyGridGroup
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 PropertyGridGroup : DataItemGroup<PropertyGridItem>, IReadOnlyCollection<PropertyGridItem>, IEnumerable<PropertyGridItem>, IEnumerable
Constructors
PropertyGridGroup(Object, Group<PropertyGridItem>, PropertyGridTableElement)
Declaration
public PropertyGridGroup(object key, Group<PropertyGridItem> parent, PropertyGridTableElement propertyGridElement)
Parameters
System.Object
key
|
Group<PropertyGridItem>
parent
|
PropertyGridTableElement
propertyGridElement
|
Properties
GroupItem
Gets the group item.
Declaration
public PropertyGridGroupItem GroupItem { get; }
Property Value
PropertyGridGroupItem
The group item. |
IsExpanded
Gets the expanded state of the group.
Declaration
public bool IsExpanded { get; }
Property Value
System.Boolean
|
Items
Declaration
protected override IList<PropertyGridItem> Items { get; }
Property Value
System.Collections.Generic.IList<PropertyGridItem>
|
Overrides
Telerik.WinControls.Data.DataItemGroup<Telerik.WinControls.UI.PropertyGridItem>.Items
Methods
Collapse()
Collapses this instance.
Declaration
public void Collapse()
Expand()
Expands this instance.
Declaration
public void Expand()