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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.
See Also