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
Public method 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
Public property Column Gets the column that contains the cell being copied to the clipboard.
Public property Content Gets the contents of the cell being copied to the clipboard.
Public property Item Gets the row item that contains the cell being copied to the clipboard.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current DataGridClipboardCellContent object. (Overrides ValueType.Equals(Object).)
Protected method 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.)
Public method GetHashCode Returns a hash code for the current DataGridClipboardCellContent. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Equality Indicates whether the two DataGridClipboardCellContent objects for equality.
Public operatorStatic member Inequality Indicates whether the two DataGridClipboardCellContent objects are not equivalent.

Top

Remarks

This structure is used by the ClipboardRowContent property.

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.