←Select platform

MaximumItems Property

Summary

Maximum number of data items to keep cached in memory.

Syntax

C#
VB
C++
public int MaximumItems { get; set; } 
Public Property MaximumItems() As Integer 
   Get 
   Set 
public:  
   property int MaximumItems 
   { 
      int get() 
      void set(int value) 
   } 

Property Value

The maximum number of data items to keep cached in memory. Must be a value greater than or equal to 0. Default value is 16.

Remarks

A value of 0 means keep all items cached in memory.

Example

For an example, refer to ImageViewerVirtualizer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly