Class TreeNodeAdvSubItemStyleInfoIdentity
Represents the identity for the style information to subitem of the TreeNodeAdv in Treeview control.
Inheritance
System.Object
TreeNodeAdvSubItemStyleInfoIdentity
Implements
System.IDisposable
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.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TreeNodeAdvSubItemStyleInfoIdentity : StyleInfoSubObjectIdentity, IDisposable
Constructors
TreeNodeAdvSubItemStyleInfoIdentity(MultiColumnTreeView)
Initialize a new instance of the TreeNodeAdvSubItemStyleInfoIdentity class.
Declaration
public TreeNodeAdvSubItemStyleInfoIdentity(MultiColumnTreeView tree)
Parameters
Type | Name | Description |
---|---|---|
MultiColumnTreeView | tree | It contains the value of treeview. |
TreeNodeAdvSubItemStyleInfoIdentity(TreeNodeAdv)
Initialize a new instance of the TreeNodeAdvSubItemStyleInfoIdentity class.
Declaration
public TreeNodeAdvSubItemStyleInfoIdentity(TreeNodeAdv node)
Parameters
Type | Name | Description |
---|---|---|
TreeNodeAdv | node | It contains the value of the node. |
TreeNodeAdvSubItemStyleInfoIdentity(TreeNodeAdvSubItem)
Initialize a new instance of the TreeNodeAdvSubItemStyleInfoIdentity class.
Declaration
public TreeNodeAdvSubItemStyleInfoIdentity(TreeNodeAdvSubItem subitem)
Parameters
Type | Name | Description |
---|---|---|
TreeNodeAdvSubItem | subitem | It contains the value of subitem. |
Properties
TreeNode
Gets parent node.
Declaration
public TreeNodeAdv TreeNode { get; }
Property Value
Type |
---|
TreeNodeAdv |
TreeNodeSubItem
Gets parent subitem.
Declaration
public TreeNodeAdvSubItem TreeNodeSubItem { get; }
Property Value
Type |
---|
TreeNodeAdvSubItem |
TreeView
Gets parent control.
Declaration
public MultiColumnTreeView TreeView { get; }
Property Value
Type |
---|
MultiColumnTreeView |
Methods
GetBaseStyles(IStyleInfo)
Returns an array with base styles for the specified style object.
Declaration
public override IStyleInfo[] GetBaseStyles(IStyleInfo info)
Parameters
Type | Name | Description |
---|---|---|
IStyleInfo | info | The style object. |
Returns
Type | Description |
---|---|
IStyleInfo[] | An array of style objects that are base styles for the current style object. |
Overrides
Implements
System.IDisposable