IdeaBlade DevForce 2010 Help Reference
Bindable Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > MemberMetadata Class : Bindable Property



Is this member bindable?

Syntax

Visual Basic (Declaration) 
Public Property Bindable As Nullable(Of Boolean)
Visual Basic (Usage)Copy Code
Dim instance As MemberMetadata
Dim value As Nullable(Of Boolean)
 
instance.Bindable = value
 
value = instance.Bindable
C# 
public Nullable<bool> Bindable {get; set;}
C++/CLI 
public:
property Nullable<bool> Bindable {
   Nullable<bool> get();
   void set (    Nullable<bool> value);
}

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

© 2013 All Rights Reserved.