| TableOptionsPagination Property |
Linkar Framework .NET (Core and Framework)
Indicates if pagination is being used or not.
Namespace: Linkar.FunctionsAssembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax public bool Pagination { get; }
Public ReadOnly Property Pagination As Boolean
Get
public:
property bool Pagination {
bool get ();
}
member Pagination : bool with get
Property Value
BooleanSee Also