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

FileManagerSettings.ImagesDetailsView Property

Provides access to the settings that define images displayed within the file list in details view.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FileManagerDetailsViewImages ImagesDetailsView { get; }

Property Value

Type Description
FileManagerDetailsViewImages

A FileManagerDetailsViewImages object that contains image settings.

See Also