| SelectOptionsPagination_NumPage Property |
Linkar Framework for .NET and Core
In case of pagination it indicates the page number to obtain. Must be greater than 0.
Namespace: Linkar.FunctionsAssembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax public int Pagination_NumPage { get; }
Public ReadOnly Property Pagination_NumPage As Integer
Get
public:
property int Pagination_NumPage {
int get ();
}
member Pagination_NumPage : int with get
Property Value
Int32See Also