Version

DataContext Property (FieldLayout)

Gets or sets the data context for a FieldLayout that wants to participate in data binding.
Syntax
'Declaration
 
Public Property DataContext As Object
public object DataContext {get; set;}
Remarks

Unless this property is explicitly set it will be coerced to use the owning DataPresenter's DataContext.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also