Skip to main content
Tab

ASPxFileManager.StylesDetailsView Property

Provides access to the style settings defining the appearance of the file list in details view.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerDetailsViewStyles StylesDetailsView { get; }

Property Value

Type Description
FileManagerDetailsViewStyles

A FileManagerDetailsViewStyles object that provides style settings.

See Also