DataGridViewEnumColumn MembersCleanCode C# Libraries v1.2.03 API

The DataGridViewEnumColumn type exposes the following members.
Constructors

  NameDescription
Public methodDataGridViewEnumColumn
Initializes a new instance of the DataGridViewEnumColumn class.
Back to Top
Methods

  NameDescription
Public methodOnlineClone (Inherited from OnlineDataGridViewColumn.)
Public methodOnlineDispose 
Releases all resources used by the OnlineDataGridViewBand.
(Inherited from OnlineDataGridViewBand.)
Protected methodOnlineDispose(Boolean) (Inherited from OnlineDataGridViewColumn.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Releases the resources associated with the band.
(Inherited from OnlineDataGridViewBand.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetPreferredWidth
Calculates the ideal width of the column based on the specified criteria.
(Inherited from OnlineDataGridViewColumn.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineOnDataGridViewChanged
Called when the band is associated with a different OnlineDataGridView.
(Inherited from OnlineDataGridViewBand.)
Protected methodOnlineRaiseCellClick
Raises the OnlineCellClick event.
(Inherited from OnlineDataGridViewElement.)
Protected methodOnlineRaiseCellContentClick
Raises the OnlineCellContentClick event.
(Inherited from OnlineDataGridViewElement.)
Protected methodOnlineRaiseCellContentDoubleClick
Raises the OnlineCellContentDoubleClick event.
(Inherited from OnlineDataGridViewElement.)
Protected methodOnlineRaiseCellValueChanged
Raises the OnlineCellValueChanged event.
(Inherited from OnlineDataGridViewElement.)
Protected methodOnlineRaiseDataError
Raises the OnlineDataError event.
(Inherited from OnlineDataGridViewElement.)
Protected methodOnlineRaiseMouseWheel
Raises the OnlineMouseWheel event.
(Inherited from OnlineDataGridViewElement.)
Public methodOnlineToString (Inherited from OnlineDataGridViewTextBoxColumn.)
Back to Top
Properties

  NameDescription
Public propertyOnlineAutoSizeMode
Gets or sets the mode by which the column automatically adjusts its width.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineCellTemplate
Gets or sets the template used to model cell appearance.
(Inherited from OnlineDataGridViewTextBoxColumn.)
Public propertyOnlineCellType
Gets the run-time type of the cell template.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineContextMenuStrip
Gets or sets the shortcut menu for the column.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineDataGridView
Gets the OnlineDataGridView control associated with this element.
(Inherited from OnlineDataGridViewElement.)
Public propertyOnlineDataPropertyName
Gets or sets the name of the data source property or database column to which the OnlineDataGridViewColumn is bound.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineDefaultCellStyle
Gets or sets the column's default cell style.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineDefaultHeaderCellType
Gets or sets the run-time type of the default header cell.
(Inherited from OnlineDataGridViewBand.)
Public propertyOnlineDisplayed
Gets a value indicating whether the band is currently displayed onscreen.
(Inherited from OnlineDataGridViewBand.)
Public propertyOnlineDisplayIndex
Gets or sets the display order of the column relative to the currently displayed columns.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineDividerWidth
Gets or sets the width, in pixels, of the column divider.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineFillWeight
Gets 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 OnlineDataGridViewColumn.)
Public propertyOnlineFrozen
Gets or sets a value indicating whether a column will move when a user scrolls the OnlineDataGridView control horizontally.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineHasDefaultCellStyle
Gets a value indicating whether the OnlineDefaultCellStyle property has been set.
(Inherited from OnlineDataGridViewBand.)
Public propertyOnlineHeaderCell
Gets or sets the OnlineDataGridViewColumnHeaderCell that represents the column header.
(Inherited from OnlineDataGridViewColumn.)
Protected propertyOnlineHeaderCellCore
Gets or sets the header cell of the OnlineDataGridViewBand.
(Inherited from OnlineDataGridViewBand.)
Public propertyOnlineHeaderText
Gets or sets the caption text on the column's header cell.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineIndex
Gets the relative position of the band within the OnlineDataGridView control.
(Inherited from OnlineDataGridViewBand.)
Public propertyOnlineInheritedAutoSizeMode
Gets the sizing mode in effect for the column.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineInheritedStyle
Gets the cell style currently applied to the column.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineIsDataBound
Gets a value indicating whether the column is bound to a data source.
(Inherited from OnlineDataGridViewColumn.)
Protected propertyOnlineIsRow
Gets a value indicating whether the band represents a row.
(Inherited from OnlineDataGridViewBand.)
Public propertyOnlineMaxInputLength
Gets or sets the maximum number of characters that can be entered into the text box.
(Inherited from OnlineDataGridViewTextBoxColumn.)
Public propertyOnlineMinimumWidth
Gets or sets the minimum width, in pixels, of the column.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineName
Gets or sets the name of the column.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineReadOnly
Gets or sets a value indicating whether the user can edit the column's cells.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineResizable
Gets or sets a value indicating whether the column is resizable.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineSelected
Gets or sets a value indicating whether the band is in a selected user interface (UI) state.
(Inherited from OnlineDataGridViewBand.)
Public propertyOnlineSite
Gets or sets the site of the column.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineSortMode
Gets or sets the sort mode for the column.
(Inherited from OnlineDataGridViewTextBoxColumn.)
Public propertyOnlineState
Gets the user interface (UI) state of the element.
(Inherited from OnlineDataGridViewElement.)
Public propertyOnlineTag
Gets or sets the object that contains data to associate with the band.
(Inherited from OnlineDataGridViewBand.)
Public propertyOnlineToolTipText
Gets or sets the text used for ToolTips.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineValueType
Gets or sets the data type of the values in the column's cells.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineVisible
Gets or sets a value indicating whether the column is visible.
(Inherited from OnlineDataGridViewColumn.)
Public propertyOnlineWidth
Gets or sets the current width of the column.
(Inherited from OnlineDataGridViewColumn.)
Back to Top
Events

  NameDescription
Public eventOnlineDisposed
Occurs when the OnlineDataGridViewColumn is disposed.
(Inherited from OnlineDataGridViewColumn.)
Back to Top
See Also