Skip to main content

DateEditSettings Class

Contains the DateEdit extension settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class DateEditSettings :
    EditorSettings

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.

To access the DateEdit specific settings, refer to the DateEditSettings.Properties property.

Inheritance

See Also