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