EditItemsControl class

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

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:

http://tech.teradp.com/tech/html/gn4/docs/VSdoc/frlrfTeraDPGN4WinUIControlsEditItemsControlClassTopic_members+.html

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"/>