Back to Devexpress

UploadControlNullTextStyle Class

aspnet-devexpress-dot-web-51efc01b.md

latest2.2 KB
Original Source

UploadControlNullTextStyle Class

Defines style settings for null text in a text box.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class UploadControlNullTextStyle :
    UploadControlTextBoxStyleBase
vb
Public Class UploadControlNullTextStyle
    Inherits UploadControlTextBoxStyleBase

The following members return UploadControlNullTextStyle objects:

Remarks

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle UploadControlTextBoxStyleBase UploadControlNullTextStyle

See Also

UploadControlNullTextStyle Members

NullTextStyle

DevExpress.Web Namespace