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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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