Back to Devexpress

LoadingPanelSettings.Images Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-loadingpanelsettings-2011afd8.md

latest1.5 KB
Original Source

LoadingPanelSettings.Images Property

Provides access to the settings that define images for various elements within the LoadingPanel.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ImagesBase Images { get; }
vb
Public ReadOnly Property Images As ImagesBase

Property Value

TypeDescription
ImagesBase

A ImagesBase object that contains image settings.

|

Remarks

The ImagesBase object provides a number of properties that allow you to assign images to various elements within the LoadingPanel.

See Also

Loading Panel Visual Elements

LoadingPanelSettings Class

LoadingPanelSettings Members

DevExpress.Web.Mvc Namespace