aspnet-devexpress-dot-web-2d49eee2.md
Defines style settings for a command column in the file container.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class FileManagerGridViewCommandColumnStyle :
GridViewCommandColumnStyle
Public Class FileManagerGridViewCommandColumnStyle
Inherits GridViewCommandColumnStyle
The following members return FileManagerGridViewCommandColumnStyle objects:
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).
Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle GridViewCommandColumnStyle FileManagerGridViewCommandColumnStyle
See Also