Click or drag to resize

HCItemProperty Class

Represents a property item for HierarchicalContainer.
Inheritance Hierarchy
SystemObject
  NeoAxis.EditorHierarchicalContainerItem
    NeoAxis.EditorHCItemMember
      NeoAxis.EditorHCItemProperty
        More

Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public abstract class HCItemProperty : HCItemMember

The HCItemProperty type exposes the following members.

Constructors
 NameDescription
Public methodHCItemPropertyInitializes a new instance of the HCItemProperty class
Top
Properties
Methods
 NameDescription
Public methodAddUndoActionWithSavedValuesToRestore 
Public methodCanEditValue 
Public methodControl_MouseUp_ResetDefaultValue 
Public methodControlInsidePropertyItemControlWasCreated 
Public methodCreateControl
(Inherited from HierarchicalContainerItem)
Public methodCreateControlImpl
(Overrides HierarchicalContainerItemCreateControlImpl)
Public methodCreateControlInsidePropertyItemControl 
Public methodDispose
(Inherited from HierarchicalContainerItem)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Protected methodGetExpandablePropertiesFilter 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetItemInHierarchyToRestoreValues 
Public methodGetOneControlledObjectT
(Inherited from HCItemMember)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetValues 
Public methodGetValues_Dependent 
Public methodStatic memberIsListType 
Public methodStatic memberIsOneDimensionArray 
Public methodIsReferenceSpecifiedInHierarchy 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRestoreSavedOldValues 
Public methodSaveValuesToRestore 
Public methodSetValue 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdate
(Overrides HierarchicalContainerItemUpdate)
Public methodUpdateControl
(Overrides HierarchicalContainerItemUpdateControl)
Public methodUpdateLayout
(Inherited from HierarchicalContainerItem)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also
Inheritance Hierarchy