ASPxUploadControl.ClientEnabled Property
Gets or sets a value that indicates whether the upload control is enabled on the client.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use the ClientEnabled property to specify the upload control’s initial capability to respond to end-user interactions (such as mouse hovering or clicks). The control’s availability state, defined by this property, can then be dynamically changed on the client side using the ASPxClientUploadControl.SetEnabled method.
Note
The ClientEnabled property is not in effect if the item is disabled on the server side by using the server ASPxWebControl.Enabled property.
See Also