ExaleadResponseControl class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:30

Description

Display Exalead refinements.

Namespace

xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"

Members

VerticalAlignmentSets the vertical alignment.
SearchCriteriaSourceGets or sets the SearchCriteriaSource value. This is a dependency property.
SearchCriteriaTargetGets or sets the SearchCriteriaTarget value. This is a dependency property.

Example

<l:ExaleadResponseControl 

         VerticalAlignment="Top"

   SearchCriteriaSource="{Binding Path=(l:ShellData.ShellData).SearchCriteria[Preview], RelativeSource={RelativeSource Self}}"

   SearchCriteriaTarget="{Binding Path=(l:ShellData.ShellData).SearchCriteria[Search], RelativeSource={RelativeSource Self}}"

/>