FileManagerStyles.File Property
Gets the style settings that define the appearance of files.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
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