Skip to main content
Tab

GridViewStyles.EditForm Property

Gets the style settings used to paint the Edit Form.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewEditFormStyle EditForm { get; }

Property Value

Type Description
GridViewEditFormStyle

A GridViewEditFormStyle object that contains style settings used to paint the Edit Form.

Remarks

The EditForm property provides the style settings used to paint field captions and cells displayed within the Edit Form. However, these elements can be painted using custom appearance settings that can be accessed via the GridViewStyles.EditFormColumnCaption and GridViewStyles.EditFormCell properties, respectively.

See Also