Skip to main content

UploadControlSettings.ClientEnabled Property

Gets or sets a value that indicates whether the upload control is enabled on the client.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool ClientEnabled { get; set; }

Property Value

Type Description
Boolean

true, if the upload control is enabled; otherwise, false.

Remarks

Use the ClientEnabled property to specify an UploadControl’s ability to respond to end-user interactions, such as mouse clicks or text input.

See Also