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
sdk:dataGridBoundColumn
Typically, either sdk:DataGridTextColumn or sdk:DataGridCheckBoxColumn.bindingExpression
A Binding markup extension usage that references a particular property to bind for cell content and clipboard access.
Property Value
Type: System.Windows.Data.Binding
The binding that provides access to cell contents for clipboard operations.
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.