AutoCompleteBoxPropertiesBase.EnableItemsVirtualRendering Property
Specifies whether the editor's items are rendered virtually.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public DefaultBoolean EnableItemsVirtualRendering { get; set; }
Public Property EnableItemsVirtualRendering As DefaultBoolean
Property Value
Type | Description |
---|---|
DefaultBoolean | One of the DefaultBoolean enumeration values. |
Remarks
Use the EnableItemsVirtualRendering property to speed up editor performance. If this option is enabled, the editor renders only items that are displayed on screen. Each time the editor items are scrolled, visible (displayed onscreen) items are rendered again. Otherwise, if the EnableItemsVirtualRendering property is set to false, the editor renders all its items.
The BackwardCompatibilitySettings.ListEditEnableItemsVirtualRenderingDefaultValue property controls the item rendering mode if the EnableItemsVirtualRendering property is set to Default.