DataGridViewLinkCell Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | AccessibilityObject | Gets the DataGridViewCell::DataGridViewCellAccessibleObject assigned to the DataGridViewCell.(Inherited from DataGridViewCell.) |
![]() | ActiveLinkColor | Gets or sets the color used to display an active link. |
![]() | 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 | Gets the type of the cell's hosted editing control.(Overrides DataGridViewCell::EditType.) |
![]() | 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 display Type of the cell value.(Overrides DataGridViewCell::FormattedValueType.) |
![]() | 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.) |
![]() | 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.) |
![]() | LinkBehavior | Gets or sets a value that represents the behavior of a link. |
![]() | LinkColor | Gets or sets the color used to display an inactive and unvisited link. |
![]() | LinkVisited | Gets or sets a value indicating whether the link was visited. |
![]() | 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 | Gets the user interface (UI) state of the element.(Inherited from DataGridViewElement.) |
![]() | 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.) |
![]() | TrackVisitedState | Gets or sets a value indicating whether the link changes color when it is visited. |
![]() | UseColumnTextForLinkValue | Gets or sets a value indicating whether the column Text property value is displayed as the link text. |
![]() | Value | Gets or sets the value associated with this cell. (Inherited from DataGridViewCell.) |
![]() | ValueType | Gets or sets the data type of the values in the cell. (Overrides DataGridViewCell::ValueType.) |
![]() | Visible | Gets a value indicating whether the cell is in a row or column that has been hidden. (Inherited from DataGridViewCell.) |
![]() | VisitedLinkColor | Gets or sets the color used to display a link that has been previously visited. |
