In This Topic
Gets or sets a value that indicates whether
C1ComboBox should preload items into the dropdown form after setting the data source. The default value is false which means that all items will be loaded at first drop-down opening.
Syntax
'Declaration
Public Property AllowPreload As Boolean
public bool AllowPreload {get; set;}
See Also