Back to Devexpress

UploadControlDropZoneStyle Class

aspnet-devexpress-dot-web-49d6af2c.md

latest2.3 KB
Original Source

UploadControlDropZoneStyle Class

Defines style settings for the drop zone.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class UploadControlDropZoneStyle :
    AppearanceStyle
vb
Public Class UploadControlDropZoneStyle
    Inherits 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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle UploadControlDropZoneStyle

See Also

UploadControlDropZoneStyle Members

DevExpress.Web Namespace