ASPxGridViewEditingSettings.EditFormColumnCount Property
Gets or sets the maximum number of columns allowed in the Edit Form.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 2 | An integer value that specifies the maximum number of columns allowed in the Edit Form. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to EditFormColumnCount |
---|---|
ASPxGridView |
|
GridViewProperties |
|
Remarks
See Also