Click or drag to resize

AutoCompleteTextBoxLoadingContent Property

Gets or sets content that is displayed during loading of the autosuggestion list.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public Object LoadingContent { get; set; }

Property Value

Type: Object
The content during loading.
See Also