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