Skip to main content
A newer version of this page is available. .
Tab

FileManagerDetailsCommandColumnSettings.HeaderStyle Property

Gets the style settings used to paint the command column’s header in the file manager’s details view mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewHeaderStyle HeaderStyle { get; }

Property Value

Type Description
GridViewHeaderStyle

A GridViewHeaderStyle object that contains the style settings used to paint the command column’s header in the file manager.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to HeaderStyle
ASP.NET Controls and MVC Extensions FileManagerFileListDetailsViewSettings
.SettingsCommandColumn .HeaderStyle
ASP.NET MVC Extensions MVCxFileManagerFileListDetailsViewSettings
.SettingsCommandColumn .HeaderStyle

Remarks

Use the HeaderStyle property to specify the command column’s header appearance. These style settings override the style settings common to all column headers within the file manager’s details view mode.

See Also