UIHintAttribute::ControlParameters Property

 

Gets or sets the DynamicControlParameter object to use to retrieve values from any data source.

Namespace:   System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)

public:
property IDictionary<String^, Object^>^ ControlParameters {
	IDictionary<String^, Object^>^ get();
}

Property Value

Type: System.Collections.Generic::IDictionary<String^, Object^>^

A collection of key/value pairs.

The ControlParameters property lets you retrieve data from a data model, tracks updates to the data model, and notifies the model of any changes.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Return to top
Show: