Skip to main content
A newer version of this page is available. .

FileManagerSettings.StylesDetailsView Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public FileManagerDetailsViewStyles StylesDetailsView { get; }

Property Value

Type Description
FileManagerDetailsViewStyles

A FileManagerDetailsViewStyles object that provides style settings.

See Also