Edit

Share via


BindableString Class

Definition

A binding value for strings.

public sealed class BindableString
type BindableString = class
Public NotInheritable Class BindableString
Inheritance
BindableString

Constructors

BindableString(String)

Initializes a new instance of the BindableString class. A new binding for a string value, with the required binding name. Do NOT include surrounding {} brackets.

Properties

BindingName

Gets or sets the name that maps to your binding data value.

Operators

Implicit(BindableString to String)

Returns the raw value of the BindableString.

Implicit(String to BindableString)

Creates a BindableString that has a raw value assigned.

Applies to