Class TreeNodePrimitive
TreeNodePrimitive class
Inheritance
System.Object
TreeNodePrimitive
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeNodePrimitive : ICloneable
Constructors
TreeNodePrimitive()
Initialze a new instance of the TreeNodePrimitive class.
Declaration
public TreeNodePrimitive()
TreeNodePrimitive(Int32, PredefinedPrimitiveTypes)
Initialize a new instance of the TreeNodePrimitive.
Declaration
public TreeNodePrimitive(int index, PredefinedPrimitiveTypes primitiveType)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the TreeNode primitive type. |
PredefinedPrimitiveTypes | primitiveType | The PredefinedPrimitiveTypes |
Properties
Index
Gets or sets the Index.
Declaration
public int Index { get; set; }
Property Value
Type |
---|
System.Int32 |
PrimitiveType
Gets or sets the PrimitiveType.
Declaration
public PredefinedPrimitiveTypes PrimitiveType { get; set; }
Property Value
Type |
---|
PredefinedPrimitiveTypes |
Methods
Clone()
Creates a shallow copy of the TreeNodeAdv primitive.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object | A shallow copy of the TreeNodeAdv primitive. |
OnPropertyChanged(SyncfusionPropertyChangedEventArgs)
Declaration
protected virtual void OnPropertyChanged(SyncfusionPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
SyncfusionPropertyChangedEventArgs | e |
OnPropertyChanging(SyncfusionPropertyChangedEventArgs)
Declaration
protected virtual void OnPropertyChanging(SyncfusionPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
SyncfusionPropertyChangedEventArgs | e |
Implements
System.ICloneable