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

GridViewEditCellStyle Class

Provides the style settings used to paint edit cells.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GridViewEditCellStyle :
    GridViewStyleBase

The following members return GridViewEditCellStyle objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapGridViewDataColumn.EditCellStyle
ASP.NET Web Forms Controls GridViewDataColumn.EditCellStyle
GridViewStyles.EditFormCell
GridViewStyles.InlineEditCell

Remarks

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

Inheritance

See Also