Skip to main content

AutoCompleteBoxBaseSettings.LoadingPanelImage Property

Gets the settings of an image displayed within a Loading Panel.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ImageProperties LoadingPanelImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

See Also