FileManagerStyles.File Property
In This Article
Gets the style settings that define the appearance of files.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerFileStyle File { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
#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