AutoCompleteTextBoxColumn Class

This data grid view column hosts a textbox control and exposes its auto-complete features

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public class AutoCompleteTextBoxColumn : DataGridViewTextBoxColumn
Inheritance
Object    DataGridViewElement    DataGridViewBand    DataGridViewColumn    DataGridViewTextBoxColumn    AutoCompleteTextBoxColumn

Constructors

Properties

AutoCompleteCustomSource Gets or sets a custom auto-completion source.
AutoCompleteMode Gets or sets a value that determines the auto-complete mode
AutoCompleteSource Gets or sets a value that determines the auto-complete source
AutoCompleteTextBoxCellTemplate This is used internally to get a reference to the cell template as the actual type
AutoSizeModeGets or sets the mode by which the column automatically adjusts its width.
(Inherited from DataGridViewColumn)
CellTemplate Gets or sets the template used to create new cells
(Overrides DataGridViewTextBoxColumnCellTemplate)
CellTypeGets the run-time type of the cell template.
(Inherited from DataGridViewColumn)
ContextMenuStripGets or sets the shortcut menu for the column.
(Inherited from DataGridViewColumn)
DataGridViewGets the DataGridView control associated with this element.
(Inherited from DataGridViewElement)
DataPropertyNameGets or sets the name of the data source property or database column to which the DataGridViewColumn is bound.
(Inherited from DataGridViewColumn)
DefaultCellStyleGets or sets the column's default cell style.
(Inherited from DataGridViewColumn)
DefaultHeaderCellTypeGets or sets the run-time type of the default header cell.
(Inherited from DataGridViewBand)
DisplayedGets a value indicating whether the band is currently displayed onscreen.
(Inherited from DataGridViewBand)
DisplayIndexGets or sets the display order of the column relative to the currently displayed columns.
(Inherited from DataGridViewColumn)
DividerWidthGets or sets the width, in pixels, of the column divider.
(Inherited from DataGridViewColumn)
FillWeightGets or sets a value that represents the width of the column when it is in fill mode relative to the widths of other fill-mode columns in the control.
(Inherited from DataGridViewColumn)
FrozenGets or sets a value indicating whether a column will move when a user scrolls the DataGridView control horizontally.
(Inherited from DataGridViewColumn)
HasDefaultCellStyleGets a value indicating whether the DefaultCellStyle property has been set.
(Inherited from DataGridViewBand)
HeaderCellGets or sets the DataGridViewColumnHeaderCell that represents the column header.
(Inherited from DataGridViewColumn)
HeaderCellCoreGets or sets the header cell of the DataGridViewBand.
(Inherited from DataGridViewBand)
HeaderTextGets or sets the caption text on the column's header cell.
(Inherited from DataGridViewColumn)
IndexGets the relative position of the band within the DataGridView control.
(Inherited from DataGridViewBand)
InheritedAutoSizeModeGets the sizing mode in effect for the column.
(Inherited from DataGridViewColumn)
InheritedStyleGets the cell style currently applied to the column.
(Inherited from DataGridViewColumn)
IsDataBoundGets a value indicating whether the column is bound to a data source.
(Inherited from DataGridViewColumn)
IsRowGets a value indicating whether the band represents a row.
(Inherited from DataGridViewBand)
MaxInputLengthGets or sets the maximum number of characters that can be entered into the text box.
(Inherited from DataGridViewTextBoxColumn)
MinimumWidthGets or sets the minimum width, in pixels, of the column.
(Inherited from DataGridViewColumn)
NameGets or sets the name of the column.
(Inherited from DataGridViewColumn)
ReadOnlyGets or sets a value indicating whether the user can edit the column's cells.
(Inherited from DataGridViewColumn)
ResizableGets or sets a value indicating whether the column is resizable.
(Inherited from DataGridViewColumn)
SelectedGets or sets a value indicating whether the band is in a selected user interface (UI) state.
(Inherited from DataGridViewBand)
SiteGets or sets the site of the column.
(Inherited from DataGridViewColumn)
SortModeGets or sets the sort mode for the column.
(Inherited from DataGridViewTextBoxColumn)
StateGets the user interface (UI) state of the element.
(Inherited from DataGridViewElement)
TagGets or sets the object that contains data to associate with the band.
(Inherited from DataGridViewBand)
ToolTipTextGets or sets the text used for ToolTips.
(Inherited from DataGridViewColumn)
ValueTypeGets or sets the data type of the values in the column's cells.
(Inherited from DataGridViewColumn)
VisibleGets or sets a value indicating whether the column is visible.
(Inherited from DataGridViewColumn)
WidthGets or sets the current width of the column.
(Inherited from DataGridViewColumn)

Methods

CloneCreates an exact copy of this band.
(Inherited from DataGridViewColumn)
DisposeReleases all resources used by the DataGridViewBand.
(Inherited from DataGridViewBand)
Dispose(Boolean)Releases the unmanaged resources used by the DataGridViewBand and optionally releases the managed resources.
(Inherited from DataGridViewColumn)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeReleases the resources associated with the band.
(Inherited from DataGridViewBand)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetPreferredWidthCalculates the ideal width of the column based on the specified criteria.
(Inherited from DataGridViewColumn)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnDataGridViewChangedCalled when the band is associated with a different DataGridView.
(Inherited from DataGridViewBand)
RaiseCellClickRaises the CellClick event.
(Inherited from DataGridViewElement)
RaiseCellContentClickRaises the CellContentClick event.
(Inherited from DataGridViewElement)
RaiseCellContentDoubleClickRaises the CellContentDoubleClick event.
(Inherited from DataGridViewElement)
RaiseCellValueChangedRaises the CellValueChanged event.
(Inherited from DataGridViewElement)
RaiseDataErrorRaises the DataError event.
(Inherited from DataGridViewElement)
RaiseMouseWheelRaises the MouseWheel event.
(Inherited from DataGridViewElement)
ToStringGets a string that describes the column.
(Inherited from DataGridViewTextBoxColumn)

Events

DisposedOccurs when the DataGridViewColumn is disposed.
(Inherited from DataGridViewColumn)

See Also