top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Explain the Binding Properties and Description in XAML?

+1 vote
256 views

I need to know the XAML binding Properties and its description it will used for identify how to use binding in windows phone application??

posted Dec 3, 2014 by Karthi Kumar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+2 votes
 
Best answer

This followings are most important binding properties and their description in XAML

Property : Description

Converter: Sets the converter to be used.

ElementName: The name of the element to which the binding is to be made.

FallbackValue : Sets the value to use when binding cannot return a value.

Mode: Sets the direction of the binding.

Path: The path to the element property being used as the data source.

RelativeSource: Sets the binding source by specifying an element relative to the current element.

Source The source object to use for binding.

StringFormat : Specifies the format of the string representation of a value if the element is bound to a string property.

UpdateSourceTrigger: Sets the events on which binding will occur.

ValidationRules: A collection of the validation rules applied against a binding.

answer Dec 4, 2014 by Jdk
Similar Questions
+2 votes

what is the use of these two resource when i am using design for windows phone application i often see this resource any one help for this...uses

...