Skip to main content
All docs
V26.1
  • AutoSuggestEditSettings.ItemsSource Property

    Get or sets a collection of items (suggestions) displayed within the editor’s dropdown. This is a dependency property.

    Namespace: DevExpress.Xpf.Editors.Settings

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public object ItemsSource { get; set; }

    Property Value

    Type Description
    Object

    An object that represents the data source from which the AutoSuggestEdit retrieves a list of suggestions.

    Remarks

    The AutoSuggestEditSettings editor does not iterate the source itself. The assigned item collection is passed to the editor’s drop down.

    See Also