aspnet-devexpress-dot-web-f22e175e.md
Contains settings that define the Delete button image.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class BinaryImageDeleteButtonImageProperties :
ImagePropertiesBase
Public Class BinaryImageDeleteButtonImageProperties
Inherits ImagePropertiesBase
The following members return BinaryImageDeleteButtonImageProperties objects:
Use the properties exposed by the BinaryImageDeleteButtonImageProperties class to specify the URL of the image source, define the image size and position, specify the alternate text displayed instead of the image when the image is unavailable, etc. These settings can be accessed by the ASPxBinaryImage.DeleteButtonImage and BinaryImageEditProperties.DeleteButtonImage properties.
All graphic file formats that can be interpreted by internet browsers, are supported. Note that if a PNG image with an alpha channel is specified via the ImagePropertiesBase.Url property, the image’s size should be defined explicitly via the ImagePropertiesBase.Width and ImagePropertiesBase.Height properties, in order to correctly display the image at runtime.
Object StateManager PropertiesBase ImagePropertiesBase BinaryImageDeleteButtonImageProperties
See Also