Search
DayView Members
Constructors Properties Methods Events
 


Displays a day, represented by a grid of arbitrary time interval cells.

The following tables list the members exposed by the DayView type.

 Public Constructors

  Name Description

DayView

Initializes a new instance of the DayView class.

 Public Properties

  Name Description

date

Gets the date of this view. (Inherited from DateTimeView.)

formatInfo

Gets the DateSettings object used to format and display date and time information in the view. (Inherited from DateTimeView.)

interval

Gets or sets the time interval of a view cell in milliseconds.

locale

Gets or sets the locale object used to format and display localizable information in the view. (Inherited from DateTimeView.)

maxTime

Gets or sets the maxmimum value displayed in the view.

minTime

Gets or sets the minimum value displayed in the view.

 Public Methods

  Name Description

attach

Control.attach override.

detach

Control.detach override.

draw

DateTimeView.draw override.

 Public Events

  Name Description

buttonClick

Raised when a button in the command strip is clicked. (Inherited from DateTimeView.)

cellClick

Raised when a date-time cell is clicked. (Inherited from DateTimeView.)

 See Also