Skip to main content

ReportToolbarImages.EnableDefaultImages Property

Gets or sets a value that specifies whether the ReportToolbar control displays a predefined set of button images, or some of these images should be changed.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(true)]
public bool EnableDefaultImages { get; set; }

Property Value

Type Default Description
Boolean true

true if the default images should be used; otherwise, false.

Remarks

Set the EnableDefaultImages property to false is you need to provide custom images for the ReportToolbar buttons via the ReportToolbarImages.BtnFirstPage, ReportToolbarImages.BtnLastPage and other corresponding properties.

See Also