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.v18.2.dll

Declaration

public class TimeEditProperties :
    SpinEditPropertiesBase

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