[]
        
(Showing Draft Content)

C1.WPF.C1MenuList.PrepareContainerForItemOverride

PrepareContainerForItemOverride Method

PrepareContainerForItemOverride(DependencyObject, object)

Prepares the specified element to display the specified item.

Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Type Name Description
DependencyObject element

The element used to display the specified item.

object item

The item to display.

Overrides