Class PropertyGridGroupItem
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 PropertyGridGroupItem : PropertyGridItemBase, INotifyPropertyChanged
Constructors
PropertyGridGroupItem(PropertyGridTableElement, PropertyGridGroup)
Declaration
public PropertyGridGroupItem(PropertyGridTableElement propertyGridElement, PropertyGridGroup dataGroup)
Parameters
PropertyGridTableElement
propertyGridElement
|
PropertyGridGroup
dataGroup
|
Properties
Expandable
Gets a value indicating whether this item is expandable.
Declaration
public override bool Expandable { get; }
Property Value
System.Boolean
|
Overrides
GridItems
Gets the items collection of the group.
Declaration
public override PropertyGridItemCollection GridItems { get; }
Property Value
PropertyGridItemCollection
|
Overrides
Group
Gets the group created by the Group Factory
Declaration
public PropertyGridGroup Group { get; }
Property Value
PropertyGridGroup
|
Label
Gets the text displayed for this group.
Declaration
public override string Label { get; set; }
Property Value
System.String
|
Overrides
Name
Gets the name of this group.
Declaration
public override string Name { get; }
Property Value
System.String
|