Click or drag to resize

PropertyCategory Class

[Missing <summary> documentation for "T:Altaxo.Main.Services.PropertyReflection.PropertyCategory"]

Inheritance Hierarchy

Namespace: Altaxo.Main.Services.PropertyReflection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class PropertyCategory : PropertyCollection

The PropertyCategory type exposes the following members.

Constructors
 NameDescription
Public methodPropertyCategoryInitializes a new instance of the PropertyCategory class
Public methodPropertyCategory(String)Initializes a new instance of the PropertyCategory class
Top
Properties
 NameDescription
Public propertyCategory 
Protected propertyDisposed
(Inherited from Item)
Public propertyItems
(Inherited from CompositeItem)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from Item)
Protected methodDispose(Boolean)
(Inherited from CompositeItem)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize
(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
(Inherited from Item)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from Item)
Top
Remarks

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

See Also