TimeEditSettings Class
Contains the TimeEdit extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Remarks
To declare the TimeEdit in a View, invoke the ExtensionsFactory.TimeEdit helper method. This method returns the TimeEdit extension that is implemented by the TimeEditExtension class.
To configure the TimeEdit extension, pass the TimeEditSettings object to the ExtensionsFactory.TimeEdit helper method as a parameter. The TimeEditSettings object contains all the TimeEdit extension settings.
Refer to the TimeEdit Overview topic to learn how to add the TimeEdit extension to your project.
To access the TimeEdit specific settings, refer to the TimeEditSettings.Properties property.