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

Element used to display the specified item.

object item

Specified item.

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