HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › BinaryTreeListViewExtendedTextBoxCell

BinaryTreeListViewExtendedTextBoxCell

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TreeControls

A specialized cell type that uses Binarymission's BinaryOffice2007ColorPickerComboBox control as its cell editor.

public class BinaryTreeListViewExtendedTextBoxCell : DataGridViewTextBoxCell //DataGridViewComboBoxCell

Inherits from / implements: DataGridViewTextBoxCell //DataGridViewComboBoxCell

Members at a glance

BinaryTreeListViewExtendedTextBoxCellInitializes a new instance of the BinaryTreeListViewExtendedTextBoxCell class.
DefaultNewRowValueGets the value this cell starts with on the grid's new-row placeholder.
EditTypeGets the type of the control this cell uses for editing.
InitializeEditingControlPrepares the editing control that this cell hands to the grid, pushing the cell's own settings onto it before editing starts.

Constructors

BinaryTreeListViewExtendedTextBoxCell

public BinaryTreeListViewExtendedTextBoxCell() : base()

Initializes a new instance of the BinaryTreeListViewExtendedTextBoxCell class.

Properties

DefaultNewRowValue

public override object DefaultNewRowValue

Gets the value this cell starts with on the grid's new-row placeholder.

EditType

public override Type EditType

Gets the type of the control this cell uses for editing.

Methods

InitializeEditingControl

public override void InitializeEditingControl(int rowIndex, object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle)

Prepares the editing control that this cell hands to the grid, pushing the cell's own settings onto it before editing starts.