FileManagerStyles.Item Property
In This Article
Gets the style settings that define the common appearance of files and folders.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerItemStyle Item { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
#Remarks
The Item property provides access to the style settings, defining the appearance style of all files and folders within the current ASPxFileManager control. The Item property can be overridden using the file’s FileManagerStyles.File or the folder’s FileManagerStyles.Folder properties.
See Also