Back to Devexpress

TreeListTimeEditColumn Class

aspnet-devexpress-dot-web-dot-aspxtreelist-1aea71e3.md

latest2.3 KB
Original Source

TreeListTimeEditColumn Class

Represents a data column used to display and edit time portions of DateTime values.

Namespace : DevExpress.Web.ASPxTreeList

Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListTimeEditColumn :
    TreeListEditDataColumn
vb
Public Class TreeListTimeEditColumn
    Inherits TreeListEditDataColumn

Remarks

The column editor’s settings can be accessed and customized using the TreeListTimeEditColumn.PropertiesTimeEdit property.

To learn more, see Data and Command Columns.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IWebGridColumn

IFilterablePropertyInfo

Inheritance

Object StateManager CollectionItem WebColumnBase TreeListColumn TreeListDataColumn TreeListEditDataColumn TreeListTimeEditColumn

See Also

TreeListTimeEditColumn Members

Tree List

DevExpress.Web.ASPxTreeList Namespace