Class ChildTreeNodeAdvStyleInfo
Represents the special class to support serializing the ChildStyle info.
Inheritance
System.Object
ChildTreeNodeAdvStyleInfo
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ChildTreeNodeAdvStyleInfo : TreeNodeAdvStyleInfo, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject, ITreeNodeAdvSubItemStyle
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 an identity information. |
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 an identity information. |
TreeNodeAdvStyleInfoStore | store | To store the information. |
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable