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

Declaration

public FileManagerDetailsViewImages ImagesDetailsView { get; }

Property Value

Type Description
FileManagerDetailsViewImages

A FileManagerDetailsViewImages object that contains image settings.

See Also