Skip to main content
Tab

GridViewEditCellStyle Class

Provides the style settings used to paint edit cells.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class GridViewEditCellStyle :
    GridViewStyleBase

The following members return GridViewEditCellStyle objects:

#Remarks

These settings can be accessed using the GridViewStyles.EditFormCell, GridViewStyles.InlineEditCell and GridViewDataColumn.EditCellStyle properties.

#Inheritance

See Also