CheckSummaryList Properties |
The CheckSummaryList type exposes the following members.
| 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
|