Back to Devexpress

BootstrapGridColumnEditFormSettings Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-6dcc1459.md

latest2.0 KB
Original Source

BootstrapGridColumnEditFormSettings Class

Provides the edit cell’s settings.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapGridColumnEditFormSettings :
    GridColumnEditFormSettings
vb
Public Class BootstrapGridColumnEditFormSettings
    Inherits 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.

Inheritance

Object StateManager GridColumnEditFormSettingsBase GridColumnEditFormSettings BootstrapGridColumnEditFormSettings

See Also

BootstrapGridColumnEditFormSettings Members

Grid View

Data Editing

DevExpress.Web.Bootstrap Namespace