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

BootstrapGridColumnEditFormSettings Class

Provides the edit cell’s settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapGridColumnEditFormSettings :
    GridColumnEditFormSettings

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.

See Also