Skip to main content

DateEditExtension Class

Represents an extension object implementing the DateEdit functionality.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class DateEditExtension :
    EditorExtension

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.

Inheritance

See Also