FileManagerImages.UploadButton Property
Gets the settings of an image displayed in the upload button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public ImagePropertiesEx UploadButton { get; }
Public ReadOnly Property UploadButton As ImagePropertiesEx
Property Value
Type | Description |
---|---|
ImagePropertiesEx | An ImagePropertiesEx object that contains image settings. |
Available values:
Name | Description |
---|---|
UrlDisabled | Gets or sets the URL of the image displayed for an element's disabled state. |
SpriteProperties | Gets the settings defining the image position within a sprite image. |
ImagePropertiesEx(IPropertiesOwner) | Initializes a new instance of the ImagePropertiesEx class with the specified owner. |
ImagePropertiesEx(String, String) | Initializes a new instance of the ImagePropertiesEx class with the specified image locations. |
ImagePropertiesEx(String) | Initializes a new instance of the ImagePropertiesEx class with the specified image location. |
ImagePropertiesEx() | Initializes a new instance of the ImagePropertiesEx class. |
See Also
Feedback