Skip to main content
Tab

FileManagerStyles.Item Property

Gets the style settings that define the common appearance of files and folders.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerItemStyle Item { get; }

Property Value

Type Description
FileManagerItemStyle

A FileManagerItemStyle object that contains the style settings.

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