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

FileManagerDetailsColumn.CellStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewCellStyle CellStyle { get; }

Property Value

Type Description
GridViewCellStyle

A GridViewCellStyle object that contains the style settings.

Remarks

Use the CellStyle property to specify the appearance of cells within an individual column. These style settings override the style settings common to all cells within a file manager (GridViewStyles.Cell accessible via the ASPxFileManager.StylesDetailsView.Cell).

See Also