Infragistics2.WebUI.WebDataInput.v7.3
WebDateTimeEdit Class
See Also  Members  
Infragistics.WebUI.WebDataInput Namespace : WebDateTimeEdit Class

Control that renders date editor.

Object Model




Syntax

Visual Basic (Declaration) 
Public Class WebDateTimeEdit 
   Inherits WebTextEdit
   Implements IGetClientSideEvents, IGlobalCssRegistrationIProvideAppStylingIProvidesEmbeddableEditorIUltraLicensedComponent, ISupportPresetSerialization 
C# 
public class WebDateTimeEdit : WebTextEdit, IGetClientSideEvents, IGlobalCssRegistrationIProvideAppStylingIProvidesEmbeddableEditorIUltraLicensedComponent, ISupportPresetSerialization  

Remarks

The date pattern and other aspects of date string are defined by the values found in the Culture property.

Appearance of strings and particular types of date formats at edit and display modes are defined by the EditModeFormat and DisplayModeFormat properties.

Note The ValidationProperty attribute is linked to the Text property for this control.

See Also