Spread WPF Documentation
PrepareContainerForItemOverride Method (ColumnDropDownList)


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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

ColumnDropDownList Class
ColumnDropDownList Members

 

 


Copyright © GrapeCity, inc. All rights reserved.