Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FileManagerDetailsViewStyles StylesDetailsView { get; }

Property Value

Type Description
FileManagerDetailsViewStyles

A FileManagerDetailsViewStyles object that provides style settings.

See Also