Back to Devexpress

FileManagerPanelStyle Class

aspnet-devexpress-dot-web-86e7c9db.md

latest2.1 KB
Original Source

FileManagerPanelStyle Class

Defines style settings for the upload panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerPanelStyle :
    AppearanceStyleBase
vb
Public Class FileManagerPanelStyle
    Inherits AppearanceStyleBase

The following members return FileManagerPanelStyle objects:

Remarks

The FileManagerPanelStyle class contains settings that define the appearance of the upload panel within the ASPxFileManager control.

An object of the FileManagerPanelStyle type can be accessed via the FileManagerStyles.UploadPanel property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase FileManagerPanelStyle FileManagerToolbarStyle

See Also

FileManagerPanelStyle Members

File Manager

DevExpress.Web Namespace