DataGridViewComboBoxColumn::AutoComplete Property
.NET Framework (current version)
Gets or sets a value indicating whether cells in the column will match the characters being entered in the cell with one from the possible selections.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(true)] property bool AutoComplete { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if auto completion is activated; otherwise, false. The default is true.
| Exception | Condition |
|---|---|
| InvalidOperationException | The value of the CellTemplate property is null. |
Getting or setting this property gets or sets the AutoComplete property of the object returned by the CellTemplate property. Setting this property also sets the AutoComplete property of every cell in the column. To override the specified value for individual cells, set the cell values after you set the column value.
.NET Framework
Available since 2.0
Available since 2.0
Show: