Back to Devexpress

GridViewEditFormCaptionStyle Class

aspnet-devexpress-dot-web-b924f1b1.md

latest2.4 KB
Original Source

GridViewEditFormCaptionStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return GridViewEditFormCaptionStyle objects:

Remarks

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

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

See Also

GridViewEditFormCaptionStyle Members

Grid View

DevExpress.Web Namespace