A newer version of this page is available.
Switch to the current version.
BootstrapCardViewEditColumn.CreateColumn(Type) Method
Creates a data column for the specified data type.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public static BootstrapCardViewEditColumn CreateColumn(
Type dataType
)
Public Shared Function CreateColumn(
dataType As Type
) As BootstrapCardViewEditColumn
Parameters
Name | Type | Description |
---|---|---|
dataType | Type | A Type descendant that represents the type of data to be displayed by the new column. |
Returns
Type | Description |
---|---|
BootstrapCardViewEditColumn | A BootstrapCardViewEditColumn descendant that represents the data column for the specified data type. |
See Also
Feedback