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

FileManagerDetailsColumnCollection Class

The ASPxFileManager’s column collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class FileManagerDetailsColumnCollection :
    Collection<FileManagerDetailsColumn>

The following members return FileManagerDetailsColumnCollection objects:

Remarks

The ASPxFileManager control stores its columns within the FileManagerFileListDetailsViewSettings.Columns collection. This collection is represented by the FileManagerDetailsColumnCollection class. Members of this class can be used to add, delete, access individual columns and perform other common collection management tasks.

See Also