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.v19.1.dll

Declaration

public class UploadControlNullTextStyle :
    UploadControlTextBoxStyleBase

The following members return UploadControlNullTextStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxUploadControl.NullTextStyle
UploadControlStyles.NullText
ASP.NET Bootstrap Controls BootstrapUploadControl.NullTextStyle

Remarks

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

See Also