Skip to main content
Tab

ASPxUploadControl.NullTextStyle Property

Gets the style settings for the control’s null text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public UploadControlNullTextStyle NullTextStyle { get; }

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.

UploadControl_NullText

See Also