FileManagerGridViewCommandColumnStyle Class
Defines style settings for a command column in the file container.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return FileManagerGridViewCommandColumnStyle objects:
Remarks
The FileManagerGridViewCommandColumnStyle class contains settings that define the appearance of a command column in the ASPxFileManager control.
An object of the FileManagerGridViewCommandColumnStyle type can be accessed via the FileManagerDetailsViewStyles.CommandColumn property.
The command column is visible in the ASPxFileManager control when the file container displays the details view (the FileManagerSettingsFileList.View property is set to Details) and multiple selection is enabled ( the FileManagerSettings.EnableMultiSelect property is set to true
).