FileManagerFileStyle Class
In This Article
Defines style settings for files.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class FileManagerFileStyle :
FileManagerItemStyleBase
#Related API Members
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.
#Inheritance
See Also