ClassPropertyGridGroup
Class
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:
Inherited Members
Constructors
PropertyGridGroup(object, Group<PropertyGridItem>, PropertyGridTableElement)
Declaration
cs-api-definition
public PropertyGridGroup(object key, Group<PropertyGridItem> parent, PropertyGridTableElement propertyGridElement)
Parameters
key
parent
propertyGridElement
Properties
GroupItem
Gets the group item.
Declaration
cs-api-definition
public PropertyGridGroupItem GroupItem { get; }
Property Value
The group item.
IsExpanded
Gets the expanded state of the group.
Items
Declaration
cs-api-definition
protected override IList<PropertyGridItem> Items { get; }
Property Value
IList<PropertyGridItem>
Overrides