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

FileManagerFileStyle Class

Defines style settings for files.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class FileManagerFileStyle :
    FileManagerItemStyleBase

The following members return FileManagerFileStyle objects:

Remarks

The FileManagerFileStyle class contains settings that define the appearance of files within the ASPxFileManager control.

An object of the FileManagerFileStyle type can be accessed via the FileManagerStyles.File property.

See Also