Enum PaginationBehaviour
Specifies how pagination will handle advancing past the first and last pages.
Namespace: DisCatSharp.Interactivity.Enums
Assembly: DisCatSharp.Interactivity.dll
Syntax
public enum PaginationBehaviour
Fields
Name | Description |
---|---|
Ignore | Attempting to go beyond the first or last page will be ignored. |
WrapAround | Going forward beyond the last page will loop back to the first page. Likewise, going back from the first page will loop around to the last page. |