DataTemplate::DataTemplateKey Property

 

Gets the default key of the DataTemplate.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property Object^ DataTemplateKey {
	Object^ get();
}

Property Value

Type: System::Object^

The default key of the DataTemplate.

If you do not set the x:Key Directive on a DataTemplate that is in a ResourceDictionary, the DataTemplateKey is used as the key.

.NET Framework
Available since 3.0
Return to top
Show: