Back to Devexpress

GridViewEditFormStyle Class

aspnet-devexpress-dot-web-61582ae7.md

latest2.0 KB
Original Source

GridViewEditFormStyle Class

Provides the style settings used to paint the row where the Edit Form is displayed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return GridViewEditFormStyle objects:

Remarks

These settings can be accessed using the GridViewStyles.EditForm property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

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

See Also

GridViewEditFormStyle Members

Grid View

DevExpress.Web Namespace