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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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