Share via


ValueSelector Element

The repeater content selector that matches by comparing the result of an arbitrary object path to a value.

Syntax

<ValueSelector
    ContentName="string"
    Source="ObjectPath element"
    Value="object"
/>

Attributes

ContentName

Contains the content name.

Source

Specifies the path to the object (by using a property, method, or indexer) to compare the value against.

Value

Specifies the value to check for.

Requirements

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also