TimeEditProperties Class
In This Article
Contains settings specific to a time editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TimeEditProperties :
SpinEditPropertiesBase
#Related API Members
The following members return TimeEditProperties objects:
Library | Related API Members |
---|---|
ASP. |
Card |
Gantt |
|
Grid |
|
Tree |
|
Vertical |
|
ASP. |
MVCx |
#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