EasyUA Reference
HandleListViewControl Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > UaDataBind Class : HandleListViewControl Method

item
lv

Glossary Item Box

This method is intended for use in DataBind Extension callback handlers.
This method write arrays vertically. It is called from the ListView type handler. The ListViewItemCollection or ListViewSubItemCollection types have to used to write arrays horizontally.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UaDataBind
Dim item As DBLink
Dim lv As ListView
 
instance.HandleListViewControl(item, lv)
C# 
public void HandleListViewControl( 
   DBLink item,
   ListView lv
)

Parameters

item
lv

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.