The DataGridViewEnumColumn type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Clone | (Inherited from DataGridViewColumn.) | |
Dispose |
Releases all resources used by the DataGridViewBand.
(Inherited from DataGridViewBand.) | |
Dispose(Boolean) | (Inherited from DataGridViewColumn.) | |
Equals | (Inherited from Object.) | |
Finalize |
Releases the resources associated with the band.
(Inherited from DataGridViewBand.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetPreferredWidth |
Calculates the ideal width of the column based on the specified criteria.
(Inherited from DataGridViewColumn.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OnDataGridViewChanged |
Called when the band is associated with a different DataGridView.
(Inherited from DataGridViewBand.) | |
RaiseCellClick |
Raises the CellClick event.
(Inherited from DataGridViewElement.) | |
RaiseCellContentClick |
Raises the CellContentClick event.
(Inherited from DataGridViewElement.) | |
RaiseCellContentDoubleClick |
Raises the CellContentDoubleClick event.
(Inherited from DataGridViewElement.) | |
RaiseCellValueChanged |
Raises the CellValueChanged event.
(Inherited from DataGridViewElement.) | |
RaiseDataError |
Raises the DataError event.
(Inherited from DataGridViewElement.) | |
RaiseMouseWheel |
Raises the MouseWheel event.
(Inherited from DataGridViewElement.) | |
ToString | (Inherited from DataGridViewTextBoxColumn.) |
See Also