Back to Devexpress

UploadControlButtonStyle Class

aspnet-devexpress-dot-web-241e4fdd.md

latest1.9 KB
Original Source

UploadControlButtonStyle Class

Contains style settings defining the button appearance.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return UploadControlButtonStyle objects:

Remarks

An object of the UploadControlButtonStyle type can be accessed via the ASPxUploadControl.ButtonStyle property of an upload control.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle UploadControlButtonStyle

See Also

UploadControlButtonStyle Members

DevExpress.Web Namespace