C1.WPF.Extended Namespace / C1Rating Class / PrepareContainerForItemOverride Method
The element used to display the specified item.
The item to display.

In This Topic
PrepareContainerForItemOverride Method (C1Rating)
In This Topic
Prepares the specified element to display the specified item.
Syntax
'Declaration
 
Protected Overrides Sub PrepareContainerForItemOverride( _
   ByVal element As DependencyObject, _
   ByVal item As Object _
) 
 

Parameters

element
The element used to display the specified item.
item
The item to display.
See Also