System.Windows.Forms.CacheVirtualItemsEventArgs.EndIndex Property

Gets the ending index for the range of values needed by a System.Windows.Forms.ListView control in virtual mode.

Syntax

public int EndIndex { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The range of values specified by the CacheVirtualItemsEventArgs.StartIndex and CacheVirtualItemsEventArgs.EndIndex properties represents the range of values most likely needed by a virtual System.Windows.Forms.ListView control for the next occurrence of a ListView.RetrieveVirtualItem event.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0