DataGridClipboardCellContent Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates the value and location of a DataGrid cell for use when copying content to the Clipboard.
public value class DataGridClipboardCellContent
public struct DataGridClipboardCellContent
type DataGridClipboardCellContent = struct
Public Structure DataGridClipboardCellContent
- Inheritance
Remarks
This structure is used by the DataGridRowClipboardEventArgs.ClipboardRowContent property.
Constructors
DataGridClipboardCellContent(Object, DataGridColumn, Object) |
Initializes a new instance of the DataGridClipboardCellContent structure. |
Properties
Column |
Gets the column that contains the cell being copied. |
Content |
Gets the text value of the cell being copied. |
Item |
Gets the data item for the row that contains the cell being copied. |
Methods
Equals(Object) |
Indicates whether the current and specified DataGridClipboardCellContent instances are equivalent. |
GetHashCode() |
Returns the hash code for this DataGridClipboardCellContent instance. |
Operators
Equality(DataGridClipboardCellContent, DataGridClipboardCellContent) |
Indicates whether the specified DataGridClipboardCellContent instances are equivalent. |
Inequality(DataGridClipboardCellContent, DataGridClipboardCellContent) |
Indicates whether the specified DataGridClipboardCellContent instances are not equivalent. |