Skip to main content
Tab

FileManagerImages Class

Contains settings that allow images to be defined for the file manager’s specific elements.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class FileManagerImages :
    ImagesBase

The following members return FileManagerImages objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxFileManager.Images
ASP.NET MVC Extensions FileManagerSettings.Images
HtmlEditorSettings.ImagesFileManager

Remarks

An object of the FileManagerImages type can be accessed via the ASPxFileManager.Images property.

See Also