Enum PaginationNumbers
- Namespace
- GroupeIsa.Neos.EndToEndTests.UI.Components
- Assembly
- GroupeIsa.Neos.EndToEndTests.UI.dll
Represents the different pagination numbers that can be used to display a list of items across multiple pages.
public enum PaginationNumbers
Fields
Fifty = 50Represents a pagination number of 50.
Five = 5Represents a pagination number of 5.
Ten = 10Represents a pagination number of 10.
Twenty = 20Represents a pagination number of 20.