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

BinaryImageOpenDialogButtonImageProperties Class

Contains settings that define the Open Dialog button image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class BinaryImageOpenDialogButtonImageProperties :
    ImagePropertiesBase

The following members return BinaryImageOpenDialogButtonImageProperties objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxBinaryImage.OpenDialogButtonImage
BinaryImageEditProperties.OpenDialogButtonImage
EditorImages.BinaryImageOpenDialogButton
ASP.NET Bootstrap Controls BootstrapBinaryImage.OpenDialogButtonImage
BootstrapBinaryImageEditProperties.OpenDialogButtonImage

Remarks

Use the properties exposed by the BinaryImageOpenDialogButtonImageProperties 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.OpenDialogButtonImage and BinaryImageEditProperties.OpenDialogButtonImage 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.

ASPxBinaryImage

Inheritance

Object
StateManager
PropertiesBase
ImagePropertiesBase
BinaryImageOpenDialogButtonImageProperties
See Also