Class ChildTreeNodeAdvStyleInfo
Represents the special class support to serializing the ChildStyle of TreeNode.
Inheritance
System.Object
ChildTreeNodeAdvStyleInfo
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ChildTreeNodeAdvStyleInfo : TreeNodeAdvStyleInfo, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ChildTreeNodeAdvStyleInfo()
Initialize a new instance of the ChildTreeNodeAdvStyleInfo class.
Declaration
public ChildTreeNodeAdvStyleInfo()
ChildTreeNodeAdvStyleInfo(StyleInfoSubObjectIdentity)
Initialize a new instance of the ChildTreeNodeAdvStyleInfo class.
Declaration
public ChildTreeNodeAdvStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoSubObjectIdentity | identity | It provides identity information for Syncfusion.Styles.StyleInfoBase objects. |
ChildTreeNodeAdvStyleInfo(StyleInfoSubObjectIdentity, TreeNodeAdvStyleInfoStore)
Initialize a new instance of the ChildTreeNodeAdvStyleInfo class.
Declaration
public ChildTreeNodeAdvStyleInfo(StyleInfoSubObjectIdentity identity, TreeNodeAdvStyleInfoStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoSubObjectIdentity | identity | It provides identity information for Syncfusion.Styles.StyleInfoBase objects. |
| TreeNodeAdvStyleInfoStore | store | It provides the storage of the TreeNodeAdvStyleInfoStore |
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable