Class BindablePropertyKey

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll

The secret key to a BindableProperty, used to implement a BindableProperty with restricted write access.

C#
Copy
public sealed class BindablePropertyKey : object
Inheritance
BindablePropertyKey

Properties

View Source

BindableProperty

Gets the BindableProperty.

Declaration
C#
Copy
public BindableProperty BindableProperty { get; }
Property Value
Type Description
BindableProperty

Extension Methods