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

The DescriptionListDataGridViewCell type exposes the following members.

Properties

  NameDescription
Public propertyAccessibilityObject (Inherited from DataGridViewCell.)
Public propertyColumnIndex
Gets the column index for this cell.
(Inherited from DataGridViewCell.)
Public propertyContentBounds
Gets the bounding rectangle that encloses the cell's content area.
(Inherited from DataGridViewCell.)
Public propertyContextMenuStrip
Gets or sets the shortcut menu associated with the cell.
(Inherited from DataGridViewCell.)
Public propertyDataGridView
Gets the DataGridView control associated with this element.
(Inherited from DataGridViewElement.)
Public propertyDefaultNewRowValue
Gets the default value for a cell in the row for new records.
(Inherited from DataGridViewCell.)
Public propertyDisplayed
Gets a value that indicates whether the cell is currently displayed on-screen.
(Inherited from DataGridViewCell.)
Public propertyEditedFormattedValue
Gets the current, formatted value of the cell, regardless of whether the cell is in edit mode and the value has not been committed.
(Inherited from DataGridViewCell.)
Public propertyEditType (Overrides NDataGridViewTextBoxCellEditType.)
Public propertyErrorIconBounds
Gets the bounds of the error icon for the cell.
(Inherited from DataGridViewCell.)
Public propertyErrorText
Gets or sets the text describing an error condition associated with the cell.
(Inherited from DataGridViewCell.)
Public propertyFormattedValue
Gets the value of the cell as formatted for display.
(Inherited from DataGridViewCell.)
Public propertyFormattedValueType
Gets the type of the formatted value associated with the cell.
(Inherited from DataGridViewTextBoxCell.)
Public propertyFrozen
Gets a value indicating whether the cell is frozen.
(Inherited from DataGridViewCell.)
Public propertyHasStyle
Gets a value indicating whether the Style property has been set.
(Inherited from DataGridViewCell.)
Protected propertyHelper (Inherited from NDataGridViewTextBoxCell.)
Public propertyInheritedState
Gets the current state of the cell as inherited from the state of its row and column.
(Inherited from DataGridViewCell.)
Public propertyInheritedStyle
Gets the style currently applied to the cell.
(Inherited from DataGridViewCell.)
Public propertyIsInEditMode
Gets a value indicating whether this cell is currently being edited.
(Inherited from DataGridViewCell.)
Public propertyMaxInputLength
Gets or sets the maximum number of characters that can be entered into the text box.
(Inherited from DataGridViewTextBoxCell.)
Public propertyOwningColumn
Gets the column that contains this cell.
(Inherited from DataGridViewCell.)
Public propertyOwningRow
Gets the row that contains this cell.
(Inherited from DataGridViewCell.)
Public propertyPreferredSize
Gets the size, in pixels, of a rectangular area into which the cell can fit.
(Inherited from DataGridViewCell.)
Public propertyReadOnly
Gets or sets a value indicating whether the cell's data can be edited.
(Inherited from DataGridViewCell.)
Public propertyResizable
Gets a value indicating whether the cell can be resized.
(Inherited from DataGridViewCell.)
Public propertyRowIndex
Gets the index of the cell's parent row.
(Inherited from DataGridViewCell.)
Public propertySelected
Gets or sets a value indicating whether the cell has been selected.
(Inherited from DataGridViewCell.)
Public propertySize
Gets the size of the cell.
(Inherited from DataGridViewCell.)
Public propertyState (Inherited from NDataGridViewTextBoxCell.)
Public propertyStyle
Gets or sets the style for the cell.
(Inherited from DataGridViewCell.)
Public propertyTag
Gets or sets the object that contains supplemental data about the cell.
(Inherited from DataGridViewCell.)
Public propertyToolTipText
Gets or sets the ToolTip text associated with this cell.
(Inherited from DataGridViewCell.)
Public propertyValue
Gets or sets the value associated with this cell.
(Inherited from DataGridViewCell.)
Public propertyValueType (Inherited from DataGridViewTextBoxCell.)
Public propertyVisible
Gets a value indicating whether the cell is in a row or column that has been hidden.
(Inherited from DataGridViewCell.)

See Also