Check |
public class CheckSummaryList : List<CheckSummaryData>, INotifyPropertyChanged
The CheckSummaryList type exposes the following members.
Name | Description | |
---|---|---|
![]() | CheckSummaryList | Initializes a new instance of the CheckSummaryList class |
Name | Description | |
---|---|---|
![]() | CanPrint | Flag to show the print button on the screen; fires an OnPropertyChanged event when updated |
![]() | CanVoid | Flag to show the void button on the screen; fires an OnPropertyChanged event when updated |
![]() | Current | The current element of the list. |
![]() | CurrentIndex | The index of the current element of the list. |
![]() | DisplayCurrentIndex | The 1-based displayable index of the current item |
![]() | NextEnabled | True if not at the end of the list |
![]() | PreviousEnabled | True if not at the start of the list |
Name | Description | |
---|---|---|
![]() | Next | Move to the next element |
![]() | OnPropertyChanged | Handle a change event |
![]() | Previous | Move to the previous element of the list |
Name | Description | |
---|---|---|
![]() | PropertyChanged |