Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

DateTimeColumn Class

Represents a column can be used to display/edit date/time values in a Grid.

For a list of all members of this type, see DateTimeColumn Members.

System.Object
   EO.Web.GridColumn
      EO.Web.DateTimeColumn

[Visual Basic]
Public Class DateTimeColumn
    Inherits GridColumn
[C#]
public class DateTimeColumn : GridColumn

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

DateTimeColumn acts like a StaticColumn when the cell is not in edit mode. When in edit mode, it displays a DatePicker for you to edit the cell.

Note: Using DateTimeColumn requires a license for the Calendar control.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

DateTimeColumn Members | EO.Web Namespace


Direct link to this topic