Class TreeNodeAdvStyleInfoStore
Represents a StyleInfoStore of the TreeNodeAdv.
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
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 TreeNodeAdvStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
TreeNodeAdvStyleInfoStore()
Initialize a new instance of the TreeNodeAdvStyleInfoStore class.
Declaration
public TreeNodeAdvStyleInfoStore()
TreeNodeAdvStyleInfoStore(SerializationInfo, StreamingContext)
Declaration
protected TreeNodeAdvStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Properties
StaticDataStore
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Create a clone of the TreeNodeAdv instance.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | An object that has similar properties to this TreeNodeAdv. |
Overrides
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable