VerticalGridEditDataRow.CreateColumn(Type) Method
In This Article
Creates a data row (which is a record in the grid view) for the specified data type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public static VerticalGridEditDataRow CreateColumn(
Type dataType
)
#Parameters
Name | Type | Description |
---|---|---|
data |
Type | A Type descendant that represents the type of data to be displayed by the new row. |
#Returns
Type | Description |
---|---|
Vertical |
A Vertical |
#Remarks
data |
Return Value |
---|---|
null | Initializes and returns a new instance of the Vertical |
Date |
Initializes and returns a new instance of the Vertical |
bool | Initializes and returns a new instance of the Vertical |
(Any Other Type) | Initializes and returns a new instance of the Vertical |
See Also