DataGridClipboardCellContent.Item Property

Definition

Gets the data item for the row that contains the cell being copied.

public:
 property System::Object ^ Item { System::Object ^ get(); };
public object Item { get; }
member this.Item : obj
Public ReadOnly Property Item As Object

Property Value

The data item for the row that contains the cell being copied.

Applies to

See also