Click or drag to resize

CompositeItem Class

Base class for property-grid items that can contain child items.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.Services.PropertyReflectionItem
    Altaxo.Main.Services.PropertyReflectionCompositeItem
      Altaxo.Main.Services.PropertyReflectionPropertyCollection

Namespace: Altaxo.Main.Services.PropertyReflection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract class CompositeItem : Item

The CompositeItem type exposes the following members.

Constructors
 NameDescription
Protected methodCompositeItemInitializes a new instance of the CompositeItem class
Top
Properties
 NameDescription
Protected propertyDisposed Gets a value indicating whether this instance has been disposed.
(Inherited from Item)
Public propertyItems Gets the child items.
Top
Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Item)
Protected methodDispose(Boolean) Releases the resources used by this instance.
(Overrides ItemDispose(Boolean))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Finalizes the instance.
(Inherited from Item)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodNotifyPropertyChanged Raises the PropertyChanged event for the specified property.
(Inherited from Item)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
(Inherited from Item)
Top
Remarks

This class originated from the 'WPG Property Grid' project (http://wpg.codeplex.com), licensed under Ms-PL.

See Also