DateEditExtension Class
Represents an extension object implementing the DateEdit functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return DateEditExtension objects:
Remarks
To declare the DateEdit in a View, invoke the ExtensionsFactory.DateEdit helper method. This method returns the DateEdit extension that is implemented by the DateEditExtension class.
To configure the DateEdit extension, pass the DateEditSettings object to the ExtensionsFactory.DateEdit helper method as a parameter. The DateEditSettings object contains all the DateEdit extension settings.
Refer to the DateEdit Overview topic to learn how to add the DateEdit extension to your project.