Skip to main content
Tab

GridColumnEditFormSettings Class

Provides the edit cell‘s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GridColumnEditFormSettings :
    GridColumnEditFormSettingsBase

The following members return GridColumnEditFormSettings objects:

Remarks

The GridColumnEditFormSettings 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 GridViewDataColumn.EditFormSettings property.

Implements

See Also