WinForms › Tree List View › BinaryTreeListViewColumn
BinaryTreeListViewColumn
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TreeControls
A class that specializes in providing a combined "tree and list view" style cell containing column.
public class BinaryTreeListViewColumn : DataGridViewTextBoxColumn
Inherits from / implements: DataGridViewTextBoxColumn
Remarks
You will use this column type to insert a TreeList style column into the control.
Members at a glance
BinaryTreeListViewColumn | Constructs a new instance of BinaryTreeListViewColumn. |
Clone | Creates a copy of this BinaryTreeListViewColumn, carrying across every setting this type adds to the base implementation. |
Constructors
BinaryTreeListViewColumn
public BinaryTreeListViewColumn()
Constructs a new instance of BinaryTreeListViewColumn.
Methods
Clone
public override object Clone()
Creates a copy of this BinaryTreeListViewColumn, carrying across every setting this type adds to the base implementation.