Back to Devexpress

FileManagerGridViewCommandColumnStyle Class

aspnet-devexpress-dot-web-2d49eee2.md

latest3.0 KB
Original Source

FileManagerGridViewCommandColumnStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerGridViewCommandColumnStyle :
    GridViewCommandColumnStyle
vb
Public Class FileManagerGridViewCommandColumnStyle
    Inherits 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.

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle GridViewCommandColumnStyle FileManagerGridViewCommandColumnStyle

See Also

FileManagerGridViewCommandColumnStyle Members

File Manager

DevExpress.Web Namespace