MVCxClientUploadControl Members
In This Article
#Properties
Name | Description |
---|---|
name |
Gets the unique, hierarchically-qualified identifier for the control.
Inherited from ASPx |
#Methods
Name | Description |
---|---|
Add |
Adds a new file input element to the ASPx |
Adjust |
Modifies the control’s size against the control’s container.
Inherited from ASPx |
Adjust |
Modifies the controls size within the specified container.
Inherited from ASPx |
Cancel |
Cancels the initiated file uploading process.
Inherited from ASPx |
Cast |
Converts the specified object to the MVCx |
Clear |
Clears the file selection in the upload control.
Inherited from ASPx |
Get |
Returns the add button‘s text.
Inherited from ASPx |
Get |
Obsolete. Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns a collection of client web control objects.
Inherited from ASPx |
Get |
Returns a value indicating whether the upload control is enabled.
Inherited from ASPx |
Get |
Gets the number of file input elements contained within the ASPx |
Get |
Returns the control’s height.
Inherited from ASPx |
Get |
Returns an HTML element that is the root of the control’s hierarchy.
Inherited from ASPx |
Get |
Returns a client instance of the control that is the parent for a specified control.
Inherited from ASPx |
Get |
Returns files selected for uploading within the specified file input.
Inherited from ASPx |
Get |
Gets the text displayed within the edit box of the specified file input element.
Inherited from ASPx |
Get |
Returns the text displayed within the upload button.
Inherited from ASPx |
Get |
Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns the control’s width.
Inherited from ASPx |
In |
Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.
Inherited from ASPx |
Is |
Specifies whether the upload control’s Advanced mode is enabled.
Inherited from ASPx |
Remove |
Removes a file with the specified index from the selected file list.
Inherited from ASPx |
Remove |
Removes a file input element from the ASPx |
Send |
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
Inherited from ASPx |
Set |
Sets the text to be displayed within the add button.
Inherited from ASPx |
Set |
Obsolete. Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Sets the ID of a web control or HTML element (or a list of IDs), a click on which invokes file upload dialog.
Inherited from ASPx |
Set |
Specifies whether the upload control is enabled.
Inherited from ASPx |
Set |
Specifies the count of the file input elements within the upload control.
Inherited from ASPx |
Set |
Specifies the control’s height. Note that this method is not in effect for some controls. Inherited from ASPx |
Set |
Sets the text to be displayed within the upload button.
Inherited from ASPx |
Set |
Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Specifies the control’s width in pixels.
Inherited from ASPx |
Upload |
Initiates uploading of the specified file |
Upload |
Obsolete. Initiates uploading of the specified file to the web server’s memory.
Inherited from ASPx |
#Events
Name | Description |
---|---|
Drop |
Fires when the mouse enters a drop zone or an external drop zone element while dragging a file.
Inherited from ASPx |
Drop |
Fires when the mouse leaves a drop zone or an external drop zone element while dragging a file.
Inherited from ASPx |
File |
Occurs on the client side when the file input elements count is changed.
Inherited from ASPx |
Files |
Occurs on the client after upload of all selected files has been completed.
Inherited from ASPx |
Files |
Occurs on the client side before file upload is started.
Inherited from ASPx |
File |
Occurs on the client side after a file has been uploaded.
Inherited from ASPx |
File |
Obsolete. Occurs on the client side before upload of the specified files starts.
Inherited from ASPx |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Text |
Fires on the client side when the text within the control’s edit box is changed while the control has focus.
Inherited from ASPx |
Uploading |
Occurs on the client side when the progress bar indicator position is changed.
Inherited from ASPx |
Validation |
Enables you to specify whether the selected file |
See Also