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
Property
|
Property
|
Properties
Expandable
Gets a value indicating whether this item is expandable.
Declaration
public override bool Expandable { get; }
Property Value
System.
|
Overrides
GridItems
Gets the items collection of the group.
Declaration
public override PropertyGridItemCollection GridItems { get; }
Property Value
Overrides
Group
Gets the group created by the Group Factory
Declaration
public PropertyGridGroup Group { get; }
Property Value
Label
Gets the text displayed for this group.
Declaration
public override string Label { get; set; }
Property Value
System.
|
Overrides
Name
Gets the name of this group.
Declaration
public override string Name { get; }
Property Value
System.
|