Click or drag to resize
HeaderCellRenderEventArgs Class
Arguments class used with the DayRender event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.Controls.CalendarHeaderCellRenderEventArgs

Namespace: Kettic.AspNet.Controls.Calendar
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public sealed class HeaderCellRenderEventArgs : EventArgs

The HeaderCellRenderEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodHeaderCellRenderEventArgs
Top
Properties
  NameDescription
Public propertyCell
Gets a reference to the TableCell object that represents the specified day to render.
Public propertyHeaderType
Gets a reference to the KaxCalendarDay object that represents the specified day to render.
Top
See Also