Skip to main content
Tab

FileManagerGridViewCommandColumnStyle.Width Property

Gets or sets the ASPxFileManager command column’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override Unit Width { get; set; }

Property Value

Type Description
Unit

A Unit value specifying the width of the column.

Remarks

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

Use the Width property to specify the width of the command column.

ASPxFileManager_CommandColumn

See Also