Reload Child List | |
---|---|
Name | ReloadChildListCommand |
Purpose | Reload the child object list. |
Version | 2.6.1+ |
ViewModel | PreviewPageViewModel |
Used to reload the child object list. Often used in order to refresh the result list when filters are applied.
Example:
<Button Content="" FontFamily="Segoe MDL2 Assets" Command="{Binding ReloadChildListCommand}" />