Skip to main content
Tab

UploadControlNullTextStyle Class

Defines style settings for null text in a text box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class UploadControlNullTextStyle :
    UploadControlTextBoxStyleBase

The following members return UploadControlNullTextStyle objects:

#Remarks

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

See Also