Back to Devexpress

UploadControlTextBoxStyleBase Class

aspnet-devexpress-dot-web-dffccab6.md

latest2.1 KB
Original Source

UploadControlTextBoxStyleBase Class

Serves as a base for classes that provide style settings defining the appearance of the ASPxUploadControl’s text box.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Remarks

The UploadControlTextBoxStyleBase class serves as a base for the UploadControlNullTextStyle and UploadControlTextBoxStyle classes.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle UploadControlTextBoxStyleBase UploadControlNullTextStyle

UploadControlTextBoxStyle

See Also

UploadControlTextBoxStyleBase Members

DevExpress.Web Namespace