FileManagerDetailsColumn.CellStyle Property
Gets the style settings defining the appearance of the column’s cells.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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