CardViewEditColumn.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 CardViewEditColumn 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 |
---|---|
Card |
A Card |
#Remarks
data |
Return Value |
---|---|
null | Initializes and returns a new instance of the Card |
Date |
Initializes and returns a new instance of the Card |
bool | Initializes and returns a new instance of the Card |
(Any Other Type) | Initializes and returns a new instance of the Card |
See Also