Back to Devexpress

DateEditProperties Class

aspnet-devexpress-dot-web-62788a78.md

latest3.7 KB
Original Source

DateEditProperties Class

Contains settings specific to a date editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class DateEditProperties :
    DropDownEditPropertiesBase,
    IDatePickerTypeOwner
vb
Public Class DateEditProperties
    Inherits DropDownEditPropertiesBase
    Implements IDatePickerTypeOwner

The following members return DateEditProperties objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsCardViewDateColumn.PropertiesDateEdit
FilterControlDateColumn.PropertiesDateEdit
GridViewDataDateColumn.PropertiesDateEdit
TreeListDateTimeColumn.PropertiesDateEdit
VerticalGridDateRow.PropertiesDateEdit
ASP.NET MVC ExtensionsMVCxDateEdit.Properties

Remarks

The DateEditProperties class contains settings specific to the ASPxDateEdit editor type.

In addition to the common editor settings inherited from its ancestors, the DateEditProperties class implements type specific properties that, in particular, allow the dropdown calendar’s settings to be customized (DateEditProperties.CalendarProperties), define the manner in which the editor responds to an invalid date being entered (DateEditProperties.DateOnError) and the format pattern for the editor’s display value to be specified (DateEditProperties.DisplayFormatString).

Implements

IStateManager

IPropertiesOwner

Inheritance

Show 15 items

Object StateManager PropertiesBase EditPropertiesBase EditProperties TextEditProperties TextBoxPropertiesBase ButtonEditPropertiesBase DropDownEditPropertiesBase DateEditProperties GanttDateEditProperties

RibbonDateEditProperties

BootstrapDateEditProperties

MVCxColumnDateEditProperties

MVCxDateEditProperties

See Also

DateEditProperties Members

Date Editor

DevExpress.Web Namespace