BindableAttribute Fields

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The BindableAttribute type exposes the following members.

Fields

  Name Description
Public fieldStatic member Default Specifies the default value for the BindableAttribute, which is No. This field is read-only.
Public fieldStatic member No Specifies that a property is not typically used for binding. This field is read-only.
Public fieldStatic member Yes Specifies that a property is typically used for binding. This field is read-only.

Top