Skip to main content
Tab

UploadControlDropZoneStyle Class

Defines style settings for the drop zone.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class UploadControlDropZoneStyle :
    AppearanceStyle

The following members return UploadControlDropZoneStyle objects:

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