FileManagerDetailsColumnCollection Class
The ASPxFileManager’s column collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
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.
Implements
DevExpress.Utils.IAssignableCollection
Inheritance
Object
StateManagedCollectionBase
Collection
See Also