Skip to main content
A newer version of this page is available. .
Tab

FileManagerPanelStyle Class

Defines style settings for the upload panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class FileManagerPanelStyle :
    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.

See Also