Skip to main content
A newer version of this page is available. .
Tab

UploadControlNullTextStyle Class

Defines style settings for null text in a text box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class UploadControlNullTextStyle :
    UploadControlTextBoxStyleBase

The following members return UploadControlNullTextStyle objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapUploadControl.NullTextStyle
ASP.NET Web Forms Controls ASPxUploadControl.NullTextStyle
UploadControlStyles.NullText

Remarks

An object of the UploadControlNullTextStyle type can be accessed via the ASPxUploadControl.NullTextStyle property.

See Also