Northwoods.GoSilverlight 1.1.3 Assembly
IsBoundToData Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : IsBoundToData Property

This is true if this part is bound to data.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property IsBoundToData As Boolean
C# 
public virtual bool IsBoundToData {get;}

Property Value

This will be false for Adornments, for parts that are defined as XAML children of a diagram, or for other parts held by a Northwoods.GoXam.Model.PartsModel.

See Also