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

BootstrapGridViewDataColumn.SettingsEditForm Property

Gets the settings of the edit cell which is displayed within the Edit Form and corresponds to the current data column.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridColumnEditFormSettings SettingsEditForm { get; }

Property Value

Type Description
BootstrapGridColumnEditFormSettings

A BootstrapGridColumnEditFormSettings object that contains the edit cell’s settings.

Remarks

The SettingsEditForm property provides access to the settings that allow the edit cell’s caption, visibility, layout and position within the Edit Form to be specified.

See Also