BootstrapGridColumnEditFormSettings Class
In This Article
Provides the edit cell’s settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public class BootstrapGridColumnEditFormSettings :
GridColumnEditFormSettings
#Related API Members
The following members return BootstrapGridColumnEditFormSettings objects:
#Remarks
The BootstrapGridColumnEditFormSettings 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 BootstrapGridViewDataColumn.SettingsEditForm property.
#Inheritance
Object
StateManager
GridColumnEditFormSettingsBase
GridColumnEditFormSettings
BootstrapGridColumnEditFormSettings
See Also