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

TimeEditExtension Class

Represents an extension object implementing the TimeEdit functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public class TimeEditExtension :
    EditorExtension

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.

Inheritance

See Also