A newer version of this page is available.
Switch to the current version.
BootstrapCardViewDateColumn Class
Represents a data column used to display DateTime values.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public class BootstrapCardViewDateColumn :
BootstrapCardViewEditColumn,
IDateEditIDResolver
Public Class BootstrapCardViewDateColumn
Inherits BootstrapCardViewEditColumn
Implements IDateEditIDResolver
Remarks
BootstrapCardViewDateColumn objects are data columns used to display data from DateTime data fields. The column editor's settings can be accessed and customized using the BootstrapCardViewDateColumn.PropertiesDateEdit property.
To learn more, see Data Columns.
Inheritance
See Also
Feedback