IncrementalLoadingStartedEventArgsPageSize Property |
Number of items to load in the current page.
Namespace:
Unvired.Kernel.Utils
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic uint PageSize { get; set; }Public Property PageSize As UInteger
Get
Set
public:
property unsigned int PageSize {
unsigned int get ();
void set (unsigned int value);
}member PageSize : uint32 with get, set
Property Value
Type:
UInt32
See Also