See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The DataGridViewTypeColumn type exposes the following members.

Properties

  NameDescription
Public propertyAutoSizeMode
Gets or sets the mode by which the column automatically adjusts its width.
(Inherited from DataGridViewColumn.)
Public propertyCellTemplate
Gets or sets the template used to model cell appearance.
(Inherited from DataGridViewTextBoxColumn.)
Public propertyCellType
Gets the run-time type of the cell template.
(Inherited from DataGridViewColumn.)
Public propertyContextMenuStrip
Gets or sets the shortcut menu for the column.
(Inherited from DataGridViewColumn.)
Public propertyDataGridView
Gets the DataGridView control associated with this element.
(Inherited from DataGridViewElement.)
Public propertyDataPropertyName (Inherited from NDataGridViewTextBoxColumn.)
Public propertyDefaultCellStyle
Gets or sets the column's default cell style.
(Inherited from DataGridViewColumn.)
Public propertyDefaultHeaderCellType
Gets or sets the run-time type of the default header cell.
(Inherited from DataGridViewBand.)
Public propertyDisplayed
Gets a value indicating whether the band is currently displayed onscreen.
(Inherited from DataGridViewBand.)
Public propertyDisplayIndex
Gets or sets the display order of the column relative to the currently displayed columns.
(Inherited from DataGridViewColumn.)
Public propertyDividerWidth
Gets or sets the width, in pixels, of the column divider.
(Inherited from DataGridViewColumn.)
Public propertyFillWeight
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 DataGridViewColumn.)
Public propertyFrozen
Gets or sets a value indicating whether a column will move when a user scrolls the DataGridView control horizontally.
(Inherited from DataGridViewColumn.)
Public propertyHasDefaultCellStyle
Gets a value indicating whether the DefaultCellStyle property has been set.
(Inherited from DataGridViewBand.)
Public propertyHeaderCell
Gets or sets the DataGridViewColumnHeaderCell that represents the column header.
(Inherited from DataGridViewColumn.)
Protected propertyHeaderCellCore
Gets or sets the header cell of the DataGridViewBand.
(Inherited from DataGridViewBand.)
Public propertyHeaderText
Gets or sets the caption text on the column's header cell.
(Inherited from DataGridViewColumn.)
Public propertyIndex
Gets the relative position of the band within the DataGridView control.
(Inherited from DataGridViewBand.)
Public propertyInheritedAutoSizeMode
Gets the sizing mode in effect for the column.
(Inherited from DataGridViewColumn.)
Public propertyInheritedStyle
Gets the cell style currently applied to the column.
(Inherited from DataGridViewColumn.)
Public propertyIsDataBound
Gets a value indicating whether the column is bound to a data source.
(Inherited from DataGridViewColumn.)
Protected propertyIsRow
Gets a value indicating whether the band represents a row.
(Inherited from DataGridViewBand.)
Public propertyMaxInputLength
Gets or sets the maximum number of characters that can be entered into the text box.
(Inherited from DataGridViewTextBoxColumn.)
Public propertyMinimumWidth
Gets or sets the minimum width, in pixels, of the column.
(Inherited from DataGridViewColumn.)
Public propertyName
Gets or sets the name of the column.
(Inherited from DataGridViewColumn.)
Public propertyReadOnly (Inherited from NDataGridViewTextBoxColumn.)
Public propertyResizable
Gets or sets a value indicating whether the column is resizable.
(Inherited from DataGridViewColumn.)
Public propertySelected
Gets or sets a value indicating whether the band is in a selected user interface (UI) state.
(Inherited from DataGridViewBand.)
Public propertySite
Gets or sets the site of the column.
(Inherited from DataGridViewColumn.)
Public propertySortMode
Gets or sets the sort mode for the column.
(Inherited from DataGridViewTextBoxColumn.)
Public propertyState
Gets the user interface (UI) state of the element.
(Inherited from DataGridViewElement.)
Public propertyTag
Gets or sets the object that contains data to associate with the band.
(Inherited from DataGridViewBand.)
Public propertyToolTipText
Gets or sets the text used for ToolTips.
(Inherited from DataGridViewColumn.)
Public propertyValueType
Gets or sets the data type of the values in the column's cells.
(Inherited from DataGridViewColumn.)
Public propertyVisible
Gets or sets a value indicating whether the column is visible.
(Inherited from DataGridViewColumn.)
Public propertyWidth
Gets or sets the current width of the column.
(Inherited from DataGridViewColumn.)

See Also