aspnetbootstrap-devexpress-dot-web-dot-bootstrap-6dfff842.md
Represents a data column used to display and edit time portions of DateTime values.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapGridViewTimeEditColumn :
BootstrapGridViewEditDataColumn
Public Class BootstrapGridViewTimeEditColumn
Inherits BootstrapGridViewEditDataColumn
BootstrapGridViewTimeEditColumn objects represent data columns used to display and edit time portions of data taken from DateTime data fields. The column editor’s settings can be accessed and customized using the BootstrapGridViewTimeEditColumn.PropertiesTimeEdit property.
To learn more, see Data Columns.
Object StateManager CollectionItem WebColumnBase GridViewColumn GridViewDataColumn BootstrapGridViewDataColumn BootstrapGridViewEditDataColumn BootstrapGridViewTimeEditColumn
See Also