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

UploadControlDropZoneStyle Class

Defines style settings for the drop zone.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class UploadControlDropZoneStyle :
    AppearanceStyle

The following members return UploadControlDropZoneStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxUploadControl.DropZoneStyle
UploadControlStyles.DropZone
ASP.NET Bootstrap Controls BootstrapUploadControl.DropZoneStyle

Remarks

The UploadControlDropZoneStyle class contains settings that define the appearance of the drop zone in the ASPxUploadControl control.

An object of the UploadControlDropZoneStyle type can be accessed using the UploadControlStyles.DropZone property.

See Also