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

UploadControlSettings.NullText Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public string NullText { get; set; }

Property Value

Type Description
String

A string value that specifies the prompt text.

Remarks

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

You can specify null text style settings via the UploadControlStyles.NullText property.

UploadControl_NullText

See Also