Skip to main content
Tab

FileManagerGridViewCommandColumnStyle Class

Defines style settings for a command column in the file container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class FileManagerGridViewCommandColumnStyle :
    GridViewCommandColumnStyle

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.

ASPxFileManager_CommandColumn

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).

See Also