Back to Devexpress

FileManagerThumbnailProperties Class

aspnet-devexpress-dot-web-1d5349a0.md

latest2.0 KB
Original Source

FileManagerThumbnailProperties Class

Contains settings specific to the thumbnail.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerThumbnailProperties :
    ImageProperties
vb
Public Class FileManagerThumbnailProperties
    Inherits ImageProperties

The following members return FileManagerThumbnailProperties objects:

Remarks

An instance of the FileManagerThumbnailProperties class can be used to provide custom thumbnails when handling the ASPxFileManager.CustomThumbnail server event.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ImagePropertiesBase ImageProperties FileManagerThumbnailProperties

See Also

FileManagerThumbnailProperties Members

ThumbnailImage

File Manager

DevExpress.Web Namespace