New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public PropertyGridGroupItem(PropertyGridTableElement propertyGridElement, PropertyGridGroup dataGroup)
Parameters:propertyGridElementPropertyGridTableElementdataGroupPropertyGridGroup

Properties

Gets a value indicating whether this item is expandable.

C#
public override bool Expandable { get; }

Overrides: PropertyGridItemBase.Expandable

Gets the items collection of the group.

C#
public override PropertyGridItemCollection GridItems { get; }

Overrides: PropertyGridItemBase.GridItems

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: PropertyGridItemBase.Label

Gets the name of this group.

C#
public override string Name { get; }

Overrides: PropertyGridItemBase.Name