Back to Devexpress

GridViewEditCellStyle Class

aspnet-devexpress-dot-web-2b2e7cb0.md

latest2.3 KB
Original Source

GridViewEditCellStyle Class

Provides the style settings used to paint edit cells.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewEditCellStyle :
    GridViewStyleBase
vb
Public Class GridViewEditCellStyle
    Inherits GridViewStyleBase

The following members return GridViewEditCellStyle objects:

Remarks

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle DevExpress.Web.GridStyleBase GridViewStyleBase GridViewEditCellStyle

See Also

GridViewEditCellStyle Members

Grid View

DevExpress.Web Namespace