Class
PropertyGridGroupItem

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PropertyGridGroupItem : PropertyGridItemBase, INotifyPropertyChanged

Inheritance: objectPropertyGridItemBasePropertyGridGroupItem

Implements: INotifyPropertyChanged

Inherited Members PropertyGridItemBase.SuspendNotificationsStatePropertyGridItemBase.IsExpandedStatePropertyGridItemBase.IsVisibleStatePropertyGridItemBase.IsEnableStatePropertyGridItemBase.IsModifiedStatePropertyGridItemBase.statePropertyGridItemBase.textPropertyGridItemBase.Expand()PropertyGridItemBase.Collapse()PropertyGridItemBase.EnsureVisible()PropertyGridItemBase.Select()PropertyGridItemBase.SetBooleanProperty(string, int, bool)PropertyGridItemBase.Update(PropertyGridTableElement.UpdateActions)PropertyGridItemBase.SuspendPropertyNotifications()PropertyGridItemBase.ResumePropertyNotifications()PropertyGridItemBase.OnNotifyPropertyChanged(string)PropertyGridItemBase.OnNotifyPropertyChanged(PropertyChangedEventArgs)PropertyGridItemBase.PropertyGridTableElementPropertyGridItemBase.VisiblePropertyGridItemBase.SelectedPropertyGridItemBase.ExpandedPropertyGridItemBase.EnabledPropertyGridItemBase.ItemHeightPropertyGridItemBase.ImagePropertyGridItemBase.ImageIndexPropertyGridItemBase.ImageKeyPropertyGridItemBase.DescriptionPropertyGridItemBase.ToolTipTextPropertyGridItemBase.ContextMenuPropertyGridItemBase.TagPropertyGridItemBase.LevelPropertyGridItemBase.ParentPropertyGridItemBase.PropertyChanged

Constructors

PropertyGridGroupItem(PropertyGridTableElement, PropertyGridGroup)

Declaration

cs-api-definition
public PropertyGridGroupItem(PropertyGridTableElement propertyGridElement, PropertyGridGroup dataGroup)

Parameters

propertyGridElement

PropertyGridTableElement

dataGroup

PropertyGridGroup

Properties

Expandable

Gets a value indicating whether this item is expandable.

Declaration

cs-api-definition
public override bool Expandable { get; }

Property Value

bool

Overrides PropertyGridItemBase.Expandable

GridItems

Gets the items collection of the group.

Declaration

cs-api-definition
public override PropertyGridItemCollection GridItems { get; }

Property Value

PropertyGridItemCollection

Overrides PropertyGridItemBase.GridItems

Group

Gets the group created by the Group Factory

Declaration

cs-api-definition
public PropertyGridGroup Group { get; }

Property Value

PropertyGridGroup

Label

Gets the text displayed for this group.

Declaration

cs-api-definition
public override string Label { get; set; }

Property Value

string

Overrides PropertyGridItemBase.Label

Name

Gets the name of this group.

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

Overrides PropertyGridItemBase.Name