Skip to main content

EditFormat Enum

Specifies possible edit formats for a date editor’s value.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum EditFormat

Members

Name Description
Date

The edited date is represented using a format pattern for a short date value (which is associated with the ‘d’ format character).

DateTime

The edited date is represented using a format pattern for a short date and short time value (which is associated with the ‘g’ format character).

Time

The edited date is represented using a format pattern for a short time value (which is associated with the ‘t’ format character).

Custom

The edited date is represented using a custom format pattern specified using the BootstrapDateEditBuilder.EditFormatString method.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also