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

GridColumnEditFormSettings Class

Provides the edit cell‘s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class GridColumnEditFormSettings :
    GridColumnEditFormSettingsBase

The following members return GridColumnEditFormSettings objects:

Library Related API Members
ASP.NET Controls and MVC Extensions GridViewDataColumn.EditFormSettings
ASP.NET Bootstrap Controls BootstrapGridViewDataColumn.EditFormSettings

Remarks

The GridColumnEditFormSettings class provides settings that allow you to specify the edit cell’s caption, visibility, layout and position within the Edit Form. These settings can be accessed using the GridViewDataColumn.EditFormSettings property.

Implements

See Also