Skip to main content
A newer version of this page is available. .

BootstrapCardViewEditColumn.CreateColumn(Type) Method

Creates a data column for the specified data type.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public static BootstrapCardViewEditColumn CreateColumn(
    Type dataType
)

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