Share via


DataGridBoundColumn.ClipboardContentBinding Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the binding that provides access to cell contents for clipboard operations.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)

Syntax

'Declaration
Public Overrides Property ClipboardContentBinding As Binding
public override Binding ClipboardContentBinding { get; set; }
<sdk:dataGridBoundColumn ClipboardContentBinding="bindingExpression"/>

XAML Values

Property Value

Type: System.Windows.Data.Binding
The binding that provides access to cell contents for clipboard operations.

Remarks

If not explicitly set, ClipboardContentBinding returns the value of the Binding 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.