Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class PropertyGridGroupItem : PropertyGridItemBase, INotifyPropertyChanged
Inheritance: objectPropertyGridItemBasePropertyGridGroupItem
Implements:
Inherited Members
Constructors
C#
public PropertyGridGroupItem(PropertyGridTableElement propertyGridElement, PropertyGridGroup dataGroup)
Properties
Gets a value indicating whether this item is expandable.
C#
public override bool Expandable { get; }
Overrides:
Gets the items collection of the group.
C#
public override PropertyGridItemCollection GridItems { get; }
Overrides:
Gets the group created by the Group Factory
C#
public PropertyGridGroup Group { get; }
Gets the text displayed for this group.
C#
public override string Label { get; set; }
Overrides: