WinForms › Tree List View › BinaryTreeListViewNumericExtendedTextBoxCell
BinaryTreeListViewNumericExtendedTextBoxCell
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 BinaryTreeListViewNumericExtendedTextBoxCell : DataGridViewTextBoxCell //DataGridViewComboBoxCell
Inherits from / implements: DataGridViewTextBoxCell //DataGridViewComboBoxCell
Members at a glance
BinaryTreeListViewNumericExtendedTextBoxCell | Initializes a new instance of the BinaryTreeListViewNumericExtendedTextBoxCell class. |
DefaultNewRowValue | Gets the value this cell starts with on the grid's new-row placeholder. |
EditType | Gets the type of the control this cell uses for editing. |
InitializeEditingControl | Prepares the editing control that this cell hands to the grid, pushing the cell's own settings onto it before editing starts. |
Constructors
BinaryTreeListViewNumericExtendedTextBoxCell
public BinaryTreeListViewNumericExtendedTextBoxCell() : base()
Initializes a new instance of the BinaryTreeListViewNumericExtendedTextBoxCell 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.