dbicDayView Send comments on this topic.
UserDrawnAppointmentEventArgs Class Properties
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace : UserDrawnAppointmentEventArgs Class


"

For a list of all members of this type, see UserDrawnAppointmentEventArgs members.

"

Public Properties

 NameDescription
public PropertyAllDayDetermines if the appointment exists in the AllDay area.  
public PropertyAppointmentthe dbiAppointmentItem that is to be drawn  
public PropertyGraphicsThe Graphics object for the current appointment.  
public PropertyIndexThe index value for the appointment that will be drawn  
public PropertyPaintAppointmentDetermines if the appointment will be drawn with the default settings.  
public PropertyPaintTextDetermines if the text in the appointment will be drawn in the default manner.  
public PropertyRectThe rectangle indicating the size of the appointment for use with the Graphics property.  
public PropertySelectedDetermines if the appointment is currently selected.  
Top

See Also