Jump to: navigation, search

Changes


Multi Select (UBIK Client)

200 bytes removed, 10:05, 10 October 2022
/* Download and Checkout */
The Download and Checkout actions are not yet included in the XAMARIN UI. As shown in the following UWP example, it can be provided like the command for Downloading, just with an additional KeyValueParameter to set the <code>Key="CheckOut"</code> to "True" as CommandParameter:
<source lang = "xml">
<Button ... Command="{Binding InvokeOnItemsCommand}"> <StackPanel Spacing="8"> <FontIcon Glyph="{Binding ExclusiveAccessClaim, Source={StaticResource UBIKIcons}}" /> <TextBlock Text="{Binding DownloadAndCheckOut_Label, Source={StaticResource AppResources}}" /> </StackPanel>
<Button.CommandParameter>
<controls:KeyValueList>
</Button>
</source>
 
[[Category:WinX|Mass Edit (UBIK WinX)]]
==== Checkout ====
337
edits