Back to Devexpress

LookUpEditSettingsBase.ItemsPanel Property

wpf-devexpress-dot-xpf-dot-editors-dot-settings-dot-lookupeditsettingsbase-322d186a.md

latest1.7 KB
Original Source

LookUpEditSettingsBase.ItemsPanel Property

Gets or sets the template that defines the panel that controls the layout of items displayed within the editor’s dropdown. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.Settings

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ItemsPanelTemplate ItemsPanel { get; set; }
vb
Public Property ItemsPanel As ItemsPanelTemplate

Property Value

TypeDescription
ItemsPanelTemplate

A ItemsPanelTemplate object that represents the panel to use for the layout of the items.

|

Remarks

If the editor is bound to a large data source, to speed up its performance, set the ItemsPanel property to a VirtualizingStackPanel object. In this case, only a subset of items which are visible on-screen, are generated.

See Also

LookUpEditSettingsBase Class

LookUpEditSettingsBase Members

DevExpress.Xpf.Editors.Settings Namespace