See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The DescriptionListDataGridViewCell type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AccessibilityObject | Gets the DataGridViewCell..::..DataGridViewCellAccessibleObject assigned to the DataGridViewCell. (Inherited from DataGridViewCell.) |
![]() | ColumnIndex | Gets the column index for this cell. (Inherited from DataGridViewCell.) |
![]() | ContentBounds | Gets the bounding rectangle that encloses the cell's content area. (Inherited from DataGridViewCell.) |
![]() | ContextMenuStrip | Gets or sets the shortcut menu associated with the cell. (Inherited from DataGridViewCell.) |
![]() | DataGridView | Gets the DataGridView control associated with this element. (Inherited from DataGridViewElement.) |
![]() | DefaultNewRowValue | Gets the default value for a cell in the row for new records. (Inherited from DataGridViewCell.) |
![]() | Displayed | Gets a value that indicates whether the cell is currently displayed on-screen. (Inherited from DataGridViewCell.) |
![]() | EditedFormattedValue | 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.) |
![]() | EditType | (Overrides NDataGridViewTextBoxCellEditType.) |
![]() | ErrorIconBounds | Gets the bounds of the error icon for the cell. (Inherited from DataGridViewCell.) |
![]() | ErrorText | Gets or sets the text describing an error condition associated with the cell. (Inherited from DataGridViewCell.) |
![]() | FormattedValue | Gets the value of the cell as formatted for display. (Inherited from DataGridViewCell.) |
![]() | FormattedValueType | Gets the type of the formatted value associated with the cell. (Inherited from DataGridViewTextBoxCell.) |
![]() | Frozen | Gets a value indicating whether the cell is frozen. (Inherited from DataGridViewCell.) |
![]() | HasStyle | Gets a value indicating whether the Style property has been set. (Inherited from DataGridViewCell.) |
![]() | Helper | (Inherited from NDataGridViewTextBoxCell.) |
![]() | InheritedState | Gets the current state of the cell as inherited from the state of its row and column. (Inherited from DataGridViewCell.) |
![]() | InheritedStyle | Gets the style currently applied to the cell. (Inherited from DataGridViewCell.) |
![]() | IsInEditMode | Gets a value indicating whether this cell is currently being edited. (Inherited from DataGridViewCell.) |
![]() | MaxInputLength | Gets or sets the maximum number of characters that can be entered into the text box. (Inherited from DataGridViewTextBoxCell.) |
![]() | OwningColumn | Gets the column that contains this cell. (Inherited from DataGridViewCell.) |
![]() | OwningRow | Gets the row that contains this cell. (Inherited from DataGridViewCell.) |
![]() | PreferredSize | Gets the size, in pixels, of a rectangular area into which the cell can fit. (Inherited from DataGridViewCell.) |
![]() | ReadOnly | Gets or sets a value indicating whether the cell's data can be edited. (Inherited from DataGridViewCell.) |
![]() | Resizable | Gets a value indicating whether the cell can be resized. (Inherited from DataGridViewCell.) |
![]() | RowIndex | Gets the index of the cell's parent row. (Inherited from DataGridViewCell.) |
![]() | Selected | Gets or sets a value indicating whether the cell has been selected. (Inherited from DataGridViewCell.) |
![]() | Size | Gets the size of the cell. (Inherited from DataGridViewCell.) |
![]() | State | (Inherited from NDataGridViewTextBoxCell.) |
![]() | Style | Gets or sets the style for the cell. (Inherited from DataGridViewCell.) |
![]() | Tag | Gets or sets the object that contains supplemental data about the cell. (Inherited from DataGridViewCell.) |
![]() | ToolTipText | Gets or sets the ToolTip text associated with this cell. (Inherited from DataGridViewCell.) |
![]() | Value | Gets or sets the value associated with this cell. (Inherited from DataGridViewCell.) |
![]() | ValueType | (Inherited from DataGridViewTextBoxCell.) |
![]() | Visible | Gets a value indicating whether the cell is in a row or column that has been hidden. (Inherited from DataGridViewCell.) |