XamlDesignItem Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Implements
System.ComponentModel.INotifyPropertyChanged
Syntax
public sealed class XamlDesignItem : DesignItem, INotifyPropertyChanged
Constructors
XamlDesignItem(XamlObject, XamlDesignContext) |
Properties
AllSetProperties | |
Component | |
ComponentType | |
ContentPropertyName | |
Context | |
IsDesignTimeLocked | Item is Locked at Design Time |
Key | |
Name | |
Parent | |
ParentProperty | |
Properties | |
View | |
XamlObject |
Methods
Clone() | |
FixDesignItemReferencesOnNameChange(String, String) | Fixes {x:Reference and {Binding ElementName to this Element in XamlDocument |
SetView(UIElement) |
Events
NameChanged | Is raised when the name of the design item changes. |
ParentChanged | Occurs when the parent of this design item changes. |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Implements
System.ComponentModel.INotifyPropertyChanged