Returns the fixed data template.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public override DataTemplate SelectTemplate(
	Object item,
	DependencyObject container
)
Visual Basic
Public Overrides Function SelectTemplate ( _
	item As Object, _
	container As DependencyObject _
) As DataTemplate
Visual C++
public:
virtual DataTemplate^ SelectTemplate(
	Object^ item, 
	DependencyObject^ container
) override

Parameters

item
Type: System..::..Object
This parameter is not used in this implementation.
container
Type: System.Windows..::..DependencyObject
This parameter is not used in this implmentation.

Return Value

The value of the DataTemplate property.

See Also