GridViewEditCellStyle Class
In This Article
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
#Related API Members
The following members return GridViewEditCellStyle objects:
#Remarks
These settings can be accessed using the GridViewStyles.EditFormCell, GridViewStyles.InlineEditCell and GridViewDataColumn.EditCellStyle properties.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
AppearanceStyle
DevExpress.Web.GridStyleBase
GridViewStyleBase
GridViewEditCellStyle
See Also