GridColumnEditFormSettings Class
In This Article
Provides the edit cell‘s settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridColumnEditFormSettings :
GridColumnEditFormSettingsBase
#Related API Members
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
#Inheritance
Object
StateManager
GridColumnEditFormSettingsBase
GridColumnEditFormSettings
See Also