ListView.TopItem Property (Typed) | |
A numeric value representing the index of the topmost visible item when the list view is in list view or report view.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TopItem AS LONG GET
public virtual int TopItem { get; }
Request Example
View SourceProperty Value
Type:
LongA numeric value representing the index of the topmost visible item when the list view is in list view or report view.
See Also