DataGridRowClipboardEventArgs.ClipboardRowContent Właściwość

Definicja

Pobiera listę DataGridClipboardCellContent wartości reprezentujących wartości tekstowe kopiowanych komórek.

public:
 property System::Collections::Generic::List<System::Windows::Controls::DataGridClipboardCellContent> ^ ClipboardRowContent { System::Collections::Generic::List<System::Windows::Controls::DataGridClipboardCellContent> ^ get(); };
public System.Collections.Generic.List<System.Windows.Controls.DataGridClipboardCellContent> ClipboardRowContent { get; }
member this.ClipboardRowContent : System.Collections.Generic.List<System.Windows.Controls.DataGridClipboardCellContent>
Public ReadOnly Property ClipboardRowContent As List(Of DataGridClipboardCellContent)

Wartość właściwości

Lista DataGridClipboardCellContent wartości reprezentujących wartości tekstowe kopiowanych komórek.

Uwagi

Ta właściwość reprezentuje wartości komórek, zanim zostaną skopiowane do Schowka. Możesz zmodyfikować listę lub jej wartości, aby dostosować zawartość skopiowaną do Schowka.

Dotyczy

Zobacz też