Back to Devexpress

GridColumnEditFormSettings Class

aspnet-devexpress-dot-web-2356d92e.md

latest1.9 KB
Original Source

GridColumnEditFormSettings Class

Provides the edit cell‘s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

IStateManager

Inheritance

Object StateManager GridColumnEditFormSettingsBase GridColumnEditFormSettings BootstrapGridColumnEditFormSettings

See Also

GridColumnEditFormSettings Members

Grid View

DevExpress.Web Namespace