Back to Devexpress

FileManagerDetailsCommandColumnSettings Class

aspnet-devexpress-dot-web-c29e1217.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerDetailsCommandColumnSettings :
    FileManagerSettingsBase
vb
Public Class FileManagerDetailsCommandColumnSettings
    Inherits 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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase FileManagerSettingsBase FileManagerDetailsCommandColumnSettings

See Also

FileManagerDetailsCommandColumnSettings Members

DevExpress.Web Namespace