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

ASPxUploadControl.NullText Property

Gets or sets the prompt text displayed within the control’s text box when no file is selected.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string NullText { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the prompt text.

Remarks

The NullText property defines the prompt text to be displayed in the control’s text box if no file is selected.

You can specify null text style settings via the ASPxUploadControl.NullTextStyle property.

UploadControl_NullText

Note

The null text is not displayed if the control is rendered in the native mode (the ASPxUploadControl.Native property is set to true).

See Also