Description
Allows items identified on SearchCriteriaSource to be interactively edited.
Namespace
xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation"
Members
For the list of properties and methods, see:
Examples
In Fred4_TabItems.xml
l:EditItemsControl
ShellMode="Update"
SearchCriteriaSource="{Binding Path=(l:ShellData.ShellData).SearchCriteria[ArticleResultView], RelativeSource={RelativeSource Self}}"
EditObjectUIGroupName="objectInfoGroup"
PostApplyCommand="{x:Static l:Commands.Script}"
PostApplyCommandParameter="Refresh"
/>
In Admin4_TabItems.xml
<l:EditItemsControl
ShellMode="{Binding Path=ShellMode, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type l:ShellPage}}}"
SearchCriteriaSource="{Binding Path=(l:ShellData.ShellData).SearchCriteria[ResultView], RelativeSource={RelativeSource Self}}"
Grid.Row="0"
Grid.Column="1"
Margin="6 0 0 0"
l:ShellMode.Allowed="Copy,Insert,Update"
AllowedObjectTypeNames="securityScope"/>