Spread Silverlight Documentation
PrepareContainerForItemOverride Method (ColumnDropDownList)


GrapeCity.Windows.SpreadSheet.UI Namespace > ColumnDropDownList Class : PrepareContainerForItemOverride Method
Element used to display the specified item.
Specified item.
Prepares the specified element to display the specified item.
Syntax
'Declaration
 
Protected Overrides Sub PrepareContainerForItemOverride( _
   ByVal element As System.Windows.DependencyObject, _
   ByVal item As System.Object _
) 
'Usage
 
Dim instance As ColumnDropDownList
Dim element As System.Windows.DependencyObject
Dim item As System.Object
 
instance.PrepareContainerForItemOverride(element, item)
protected override void PrepareContainerForItemOverride( 
   System.Windows.DependencyObject element,
   System.object item
)

Parameters

element
Element used to display the specified item.
item
Specified item.
See Also

Reference

ColumnDropDownList Class
ColumnDropDownList Members