Back to Devexpress

FileManagerStyles.File Property

aspnet-devexpress-dot-web-dot-filemanagerstyles.md

latest1.5 KB
Original Source

FileManagerStyles.File Property

Gets the style settings that define the appearance of files.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public FileManagerFileStyle File { get; }
vb
Public ReadOnly Property File As FileManagerFileStyle

Property Value

TypeDescription
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

Folder

Item

File Manager

FileManagerStyles Class

FileManagerStyles Members

DevExpress.Web Namespace