ASPxUploadControl.NullTextStyle Property
Gets the style settings for the control’s null text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
UploadControlNullTextStyle | An UploadControlNullTextStyle object that contains style settings. |
Remarks
When no file is selected for upload in ASPxUploadControl, the prompt null text can be displayed within the text box. The text can be specified via the ASPxUploadControl.NullText property. Use the NullTextStyle property to specify style settings for control null text.
See Also