Property.CreateBindableProperty Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
CreateBindableProperty() |
Returns an appropriate bindable property for this Property based on the Attributes meta-data.
|
|
CreateBindableProperty(Property) |
Returns a Bindable property for the property passed in as the propertyToBind. Note that the propertyToBind may not be the property you override, but in the case of environmental overrides, might be a overridden property that is based on the current one. This method translates the metadata of the current property into a that determines the visual layout. |
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace