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

GridViewEditFormCaptionStyle Class

Provides the style settings used to paint edit cell captions within the Edit Form.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class GridViewEditFormCaptionStyle :
    GridViewStyleBase

The following members return GridViewEditFormCaptionStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions GridViewDataColumn.EditFormCaptionStyle
GridViewStyles.EditFormColumnCaption
ASP.NET Bootstrap Controls BootstrapGridViewDataColumn.EditFormCaptionStyle

Remarks

These settings can be accessed using the GridViewStyles.EditFormColumnCaption and GridViewDataColumn.EditFormCaptionStyle properties.

Inheritance

See Also