constants FileColumnEnum
The FileColumnEnum type specifies the columns into the file-view control. You can use the
ColumnsVisible
property to show/hide multiple columns at once. The FileColumnEnum type supports the following flags:
Name
Value
Description
exFileColumnName
2
Indicates the Name column.
exFileColumnSize
4
Indicates the Size column.
exFileColumnType
8
Indicates the Type column.
exFileColumnModified
16
Indicates the Modified column.