TcxCustomListView.UpdateItems(Integer,Integer) Method
In This Article
Redraws a range of items.
#Declaration
#Parameters
Name | Type |
---|---|
First |
Integer |
Last |
Integer |
#Remarks
Call the UpdateItems to redraw the items in the list view control.
The parameters of this method specify the range of items to redraw.
See Also