Property | Type | Description | |
---|---|---|---|
CanMoveForward | bool | ||
OnItemIndexChanged | void | ||
OnItemsCountChanged | void | ||
OnItemsPerPageChanged | void | ||
OnMoveBackCanExecute | bool | ||
OnMoveBackExecute | void | ||
OnMoveForwardCanExecute | bool | ||
OnMoveForwardExecute | void | ||
OnMoveToFirstCanExecute | bool | ||
OnMoveToLastCanExecute | bool | ||
OnMoveToLastExcute | void | ||
OnMoveToPageCanExecute | bool | ||
OnMoveToPageExecute | void | ||
OnVisiblePagesChanged | void |
Method | Description | |
---|---|---|
OnMoveToFirstExecute ( ) : void | ||
PagingViewModel ( IPagingService pagingService ) : Catel |
Method | Description | |
---|---|---|
CanMoveForward ( ) : bool | ||
OnItemIndexChanged ( ) : void | ||
OnItemsCountChanged ( ) : void | ||
OnItemsPerPageChanged ( ) : void | ||
OnMoveBackCanExecute ( ) : bool | ||
OnMoveBackExecute ( ) : void | ||
OnMoveForwardCanExecute ( ) : bool | ||
OnMoveForwardExecute ( ) : void | ||
OnMoveToFirstCanExecute ( ) : bool | ||
OnMoveToLastCanExecute ( ) : bool | ||
OnMoveToLastExcute ( ) : void | ||
OnMoveToPageCanExecute ( PagingItemInfo pagingItem ) : bool | ||
OnMoveToPageExecute ( PagingItemInfo pagingItem ) : void | ||
OnVisiblePagesChanged ( ) : void |
public PagingViewModel ( IPagingService pagingService ) : Catel | ||
pagingService | IPagingService | |
return | Catel |