Skip to main content
Tab

TimeEditProperties Class

Contains settings specific to a time editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class TimeEditProperties :
    SpinEditPropertiesBase

The following members return TimeEditProperties objects:

Library Related API Members
ASP.NET Web Forms Controls 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