Show / Hide Table of Contents

Method PrepareContainerForItemOverride

| Edit this page View Source

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 that's used to display the specified item.

object item

The item to display.

Overrides
ItemsControl.PrepareContainerForItemOverride(DependencyObject, object)
| Edit this page View Source

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 that is used to display the specified item.

object item

The specified item to display.

Overrides
Selector.PrepareContainerForItemOverride(DependencyObject, object)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX