DataGridCellClipboardEventArgs.Content Property

Definition

Gets or sets the text value of the cell for which the event occurred.

public:
 property System::Object ^ Content { System::Object ^ get(); void set(System::Object ^ value); };
public object Content { get; set; }
member this.Content : obj with get, set
Public Property Content As Object

Property Value

The text value of the cell for which the event occurred.

Applies to

See also