DataGridClipboardCellContent Structure
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Provides data about DataGrid cell content when it is copied to the clipboard.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)
Syntax
'Declaration
Public Structure DataGridClipboardCellContent
public struct DataGridClipboardCellContent
The DataGridClipboardCellContent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataGridClipboardCellContent | Initializes a new instance of the DataGridClipboardCellContent class for a cell in the specified row and column with the specified content. |
Top
Properties
Name | Description | |
---|---|---|
Column | Gets the column that contains the cell being copied to the clipboard. | |
Content | Gets the contents of the cell being copied to the clipboard. | |
Item | Gets the row item that contains the cell being copied to the clipboard. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current DataGridClipboardCellContent object. (Overrides ValueType.Equals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns a hash code for the current DataGridClipboardCellContent. (Overrides ValueType.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Indicates whether the two DataGridClipboardCellContent objects for equality. | |
Inequality | Indicates whether the two DataGridClipboardCellContent objects are not equivalent. |
Top
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.