.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 947 Page Views: 

What is dependency property?



Posted By: Avi Date: 14 October 2010 11:49:49 PM
 Answer:

Dependency property is new type of property. The local property value is not stored in an instance variable. Dependency properties are registered with the dependency property framework and the value of such property is determined by dependency property fr


Posted By: avibtech


Date: 14 October 2010 11:49:49 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image fNOoqO
Related Questions
.Net Framework : Describe use of named pipes:

Describe use of named pipes:

Named pipes provide interprocess communication between a pipe server and one or more pipe clients. N....
Category: .Net Framework Date: 10/15/2010 10:27:48 AM
.Net Framework : How do format double with only two decimal places after decimal separator?

How do format double with only two decimal places after decimal separator?

field.ToString(“F2”)
Category: .Net Framework Date: 10/15/2010 10:27:48 AM
.Net Framework : Can event be marked as abstract?

Can event be marked as abstract?

Yes
Category: .Net Framework Date: 10/15/2010 8:52:48 AM
.Net Framework : What is routed event?

What is routed event?

Routed event is a type of event that can invoke handlers on multiple listeners in an element tree. R....
Category: .Net Framework Date: 10/15/2010 8:00:49 AM
.Net Framework : What are generics?

What are generics?

Generics add support for type parameters in .NET Framework.
Category: .Net Framework Date: 10/15/2010 6:05:48 AM