Skip to main content
A newer version of this page is available. .

CallbackPanelSettings.Images Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public ImagesBase Images { get; }

Property Value

Type Description
ImagesBase

An ImagesBase object that contains image settings.

See Also