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

UploadControlStyles.DropZone Property

Gets the style settings that define the appearance of the drop zone within the upload control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public UploadControlDropZoneStyle DropZone { get; }

Property Value

Type Description
UploadControlDropZoneStyle

An UploadControlDropZoneStyle object containing style settings.

See Also