FileManagerDetailsColumn.CellStyle Property
In This Article
Gets the style settings defining the appearance of the column’s cells.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewCellStyle CellStyle { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#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