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

ImagePropertiesBase.IsResourcePng Property

OBSOLETE

This property was only required for old browsers (such as IE6), which are not supported now.

Gets or sets a value that specifies whether the image defined by the ImagePropertiesBase class is of the PNG type.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("This property was only required for old browsers (such as IE6), which are not supported now.", true)]
public bool IsResourcePng { get; set; }

Property Value

Type
Boolean
See Also