Skip to main content
Tab

FileManagerDetailsCommandColumnSettings Class

Contains settings specific to the command column that is displayed when the file manager is in details view mode

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class FileManagerDetailsCommandColumnSettings :
    FileManagerSettingsBase

The following members return FileManagerDetailsCommandColumnSettings objects:

#Remarks

An object of the FileManagerDetailsCommandColumnSettings type can be accessed via the FileManagerFileListDetailsViewSettings.SettingsCommandColumn property.

The command column is available when the file manager is in details view mode and the FileManagerSettings.EnableMultiSelect is set to true.

#Inheritance

Object
StateManager
PropertiesBase
FileManagerSettingsBase
FileManagerDetailsCommandColumnSettings
See Also