PriorityBindingExpression.ActiveBindingExpression Property
.NET Framework 3.0
Gets the active BindingExpression object.
Namespace: System.Windows.Data
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
/** @property */ public BindingExpressionBase get_ActiveBindingExpression ()
public function get ActiveBindingExpression () : BindingExpressionBase
You cannot use this property in XAML.
Property Value
The active BindingExpression object or a null reference (Nothing in Visual Basic) if none is active. Even though the return type is BindingExpressionBase the returned object would only be a BindingExpression object because the PriorityBinding class currently only supports Binding objects.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.