MindFusion.Scheduling for Silverlight Programmer's Guide
GridColumn.ApplyBinding Method
See Also
 





Establishes a binding between the specified framework element and the value displayed in this column.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

protected void ApplyBinding (
    FrameworkElement target,
    DependencyProperty property,
    GridColumnBindingTarget sender
)

Visual Basic  Copy Code

Protected Sub ApplyBinding( _
    target As FrameworkElement, _
    property As DependencyProperty, _
    sender As GridColumnBindingTarget _
)

 Parameters

target

The element to bind.

property

The property of the element to bind.

sender

A flag indicating whether the specified element is an editor or a viewer of the value.

 See Also

GridColumn Members
GridColumn Class
MindFusion.DataViews.Silverlight Namespace