Intersoft ClientUI Documentation
BindingDescriptors Class
Members  See Also  Send Feedback
Intersoft.Client.Framework Namespace : BindingDescriptors Class






Describes a collection of BindingDescriptor objects attached to a single framework element.

Object Model

BindingDescriptors Class

Syntax

Visual Basic (Declaration) 
<ContentPropertyAttribute("Bindings")>
Public Class BindingDescriptors 
   Inherits System.Windows.FrameworkElement
Visual Basic (Usage)Copy Code
Dim instance As BindingDescriptors
C# 
[ContentPropertyAttribute("Bindings")]
public class BindingDescriptors : System.Windows.FrameworkElement 
Delphi 
public class BindingDescriptors = class(System.Windows.FrameworkElement)
JScript 
ContentPropertyAttribute("Bindings")
public class BindingDescriptors extends System.Windows.FrameworkElement
Managed Extensions for C++ 
[ContentPropertyAttribute("Bindings")]
public __gc class BindingDescriptors : public System.Windows.FrameworkElement 
C++/CLI 
[ContentPropertyAttribute("Bindings")]
public ref class BindingDescriptors : public System.Windows.FrameworkElement 

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            Intersoft.Client.Framework.BindingDescriptors

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.