Class StyleNamePair
Represents a style name pair of the MultiColumnTreeView.
Inheritance
System.Object
StyleNamePair
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class StyleNamePair : Object
Constructors
StyleNamePair(String, IStyleInfo)
Initialize a new instance of the StyleNamePair class.
Declaration
public StyleNamePair(string name, IStyleInfo style)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The object name. |
| IStyleInfo | style | The style. |
Properties
ColumnStyle
Gets the column style.
Declaration
public TreeColumnAdvStyleInfo ColumnStyle { get; }
Property Value
| Type |
|---|
| TreeColumnAdvStyleInfo |
Name
Gets the object name.
Declaration
public string Name { get; }
Property Value
| Type |
|---|
| System.String |
StyleGeneral
Gets the general style.
Declaration
public IStyleInfo StyleGeneral { get; }
Property Value
| Type |
|---|
| IStyleInfo |
SubItemStyle
Gets the sub item style.
Declaration
public TreeNodeAdvSubItemStyleInfo SubItemStyle { get; }
Property Value
| Type |
|---|
| TreeNodeAdvSubItemStyleInfo |
TreeNodeStyle
Gets the style of TreeNode.
Declaration
public TreeNodeAdvStyleInfo TreeNodeStyle { get; }
Property Value
| Type |
|---|
| TreeNodeAdvStyleInfo |