Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 717 Bytes

ixamltype_isbindable.md

File metadata and controls

24 lines (17 loc) · 717 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Markup.IXamlType.IsBindable
winrt property

Microsoft.UI.Xaml.Markup.IXamlType.IsBindable

-description

Gets a value that declares whether the type is bindable.

-property-value

true if the type is bindable, false if the type is not bindable.

-remarks

The value of this property corresponds to application of the BindableAttribute to the underlying class for native C++ classes. The value is always true for all common language runtime (CLR) classes.

-examples

-see-also

XAML overview