Skip to main content

ReportToolbarSettings.Images Property

Provides access to a list of images used in ReportToolbarSettings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ReportToolbarImages Images { get; }

Property Value

Type Description
ReportToolbarImages

A ReportToolbarImages object, containing a list of images with additional information.

Property Paths

You can access this nested property as listed below:

Object Type Path to Images
ReportToolbarExtension
.Settings .Images

Remarks

Use the Images property to populate the ReportToolbarSettings with images and replace images with custom ones.

See Also