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