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

ReportToolbarButton.ImageUrlDisabled Property

Gets or sets the URL of the image source, which is used when the ReportToolbarButton object is disabled (its ReportToolbarButton.Enabled property returns false).

Namespace: DevExpress.XtraReports.Web

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

Declaration

[DefaultValue("")]
[SRCategory(ReportStringId.CatAppearance)]
public string ImageUrlDisabled { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the URL representing the path to the image displayed within the disabled ReportToolbarButton.

Remarks

Use the ImageUrlDisabled property to specify a URL which represents the path to the image displayed within the button control.

All graphic file formats which can be interpreted by internet browsers are supported. The image’s URL can represent either an absolute or relative path.

See Also