Back to Devexpress

VerticalGridTimeEditRow Class

aspnet-devexpress-dot-web-862d2cf8.md

latest2.2 KB
Original Source

VerticalGridTimeEditRow Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class VerticalGridTimeEditRow :
    VerticalGridEditDataRow
vb
Public Class VerticalGridTimeEditRow
    Inherits VerticalGridEditDataRow

Remarks

VerticalGridTimeEditRow objects represent rows used to display and edit time portions of data taken from DateTime data fields. The row editor’s settings can be accessed and customized using the VerticalGridTimeEditRow.PropertiesTimeEdit property.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IFilterablePropertyInfo

IWebGridDataColumn

IWebGridColumn

Inheritance

Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridHierarchicalRow VerticalGridDataRow VerticalGridEditDataRow VerticalGridTimeEditRow

See Also

VerticalGridTimeEditRow Members

DevExpress.Web Namespace