A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridColumnEditFormSettings SettingsEditForm { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsEditForm As BootstrapGridColumnEditFormSettings
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
Feedback