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

FileManagerDetailsColumn.HeaderStyle Property

Gets the style settings defining the appearance of the column’s header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewHeaderStyle HeaderStyle { get; }

Property Value

Type Description
GridViewHeaderStyle

A GridViewHeaderStyle object containing style settings.

Remarks

Use the HeaderStyle property to specify the column header’s appearance. These style settings override the style settings common to all column headers within a file manager (GridViewStyles.Header accessible via the ASPxFileManager.StylesDetailsView.Header).

See Also