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

TimeEditProperties Class

Contains settings specific to a time editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class TimeEditProperties :
    SpinEditPropertiesBase

The following members return TimeEditProperties objects:

Library Related API Members
ASP.NET Controls and MVC Extensions CardViewTimeEditColumn.PropertiesTimeEdit
GanttTimeEditColumn.PropertiesTimeEdit
GridViewDataTimeEditColumn.PropertiesTimeEdit
TreeListTimeEditColumn.PropertiesTimeEdit
VerticalGridTimeEditRow.PropertiesTimeEdit
ASP.NET MVC Extensions MVCxTimeEdit.Properties

Remarks

The TimeEditProperties class contains settings specific to the ASPxTimeEdit editor type.

In addition to the common editor settings inherited from its ancestors, the TimeEditProperties class implements specific properties which define the behavior and appearance of a time editor and its elements.

See Also