ItemContainerTemplateSelector Class

Definition

Enables you to select an ItemContainerTemplate for each item within an ItemsControl.

public ref class ItemContainerTemplateSelector abstract
public abstract class ItemContainerTemplateSelector
type ItemContainerTemplateSelector = class
Public MustInherit Class ItemContainerTemplateSelector
Inheritance
ItemContainerTemplateSelector

Constructors

ItemContainerTemplateSelector()

Initializes a new instance of the ItemContainerTemplateSelector class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SelectTemplate(Object, ItemsControl)

When overridden in a derived class, returns an ItemContainerTemplate based on custom logic.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to