In This Topic
The following tables list the members exposed by C1Binding.
Public Constructors
Public Properties
| Name | Description |
 | Expression | Gets or sets the expression used to calculate the binding value. |
 | FallbackValue | Gets or sets the value to use when the binding is unable to return a value. |
 | StringFormat | Gets or sets a string that specifies how to format the binding value. |
 | TargetNullValue | Gets or sets the value that is used in the target when the value of the source is null. |
Top
Public Methods
| Name | Description |
 | ProvideValue | Overridden. Returns an object that is provided as the value of the target property for this markup extension. |
Top
See Also