ListView.ItemsPerPage Property | |
A numeric value representing the number of items that can fit vertically in the visible area of the list view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ItemsPerPage AS USUAL GET
public virtual Usual ItemsPerPage { get; }
Request Example
View SourceProperty Value
Type:
UsualA numeric value representing the number of items that can fit vertically in the visible area of the list view.
See Also