ASPxUploadControl.NullTextStyle Property
In This Article
Gets the style settings for the control’s null text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public UploadControlNullTextStyle NullTextStyle { get; }
#Property Value
Type | Description |
---|---|
Upload |
An Upload |
#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