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

FileManagerStyles.File Property

Gets the style settings that define the appearance of files.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FileManagerFileStyle File { get; }

Property Value

Type Description
FileManagerFileStyle

A FileManagerFileStyle object that contains the style settings.

Remarks

The File property allows the appearance of all files to be specified. The style settings that define the common appearance of files and folders can be accessed via the FileManagerStyles.Item property.

See Also