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

GridViewStyles.EditFormTable Property

Gets the style settings used to paint the table that represents the Edit Form.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewEditFormTableStyle EditFormTable { get; }

Property Value

Type Description
GridViewEditFormTableStyle

A GridViewEditFormTableStyle object that contains style settings used to paint the table.

See Also