Intersoft ClientUI Documentation
AutoLoadMoreData Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXDataComboBox Class : AutoLoadMoreData Property






Gets or sets a value that indicates whether the control should automatically load more data when the vertical scroll offset reached its bottom edge.

Syntax

Visual Basic (Declaration) 
Public Property AutoLoadMoreData As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXDataComboBox
Dim value As Boolean
 
instance.AutoLoadMoreData = value
 
value = instance.AutoLoadMoreData
C# 
public bool AutoLoadMoreData {get; set;}
Delphi 
public read-write property AutoLoadMoreData: Boolean; 
JScript 
public function get,set AutoLoadMoreData : boolean
Managed Extensions for C++ 
public: __property bool get_AutoLoadMoreData();
public: __property void set_AutoLoadMoreData( 
   bool value
);
C++/CLI 
public:
property bool AutoLoadMoreData {
   bool get();
   void set (    bool value);
}

Remarks

This feature enables UXPageableComboBox to automatically load more data when scroll reaches the bottom. To enable this feature, set AutoLoadMoreData property to True.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.