Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ReflectionUtilities.ToDictionary<PaginationBehaviour>()
    ExtensionMethods.GetName<PaginationBehaviour>()
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems