[]
Represents a view that displays appointments grouped by date in a table, single row for appointment.
[ToolboxBitmap(typeof(C1AgendaView), "C1AgendaView.png")]
public class C1AgendaView : BaseTableView
Name | Description |
---|---|
C1AgendaView() | Initializes the new instance of the C1AgendaView class. |
Name | Description |
---|---|
AllowDragging | Gets or sets whether the user is allowed to drag rows and columns with the mouse. |
AllowFiltering | Gets or sets whether the user is allowed to filter the data. |
ShowEmptyDays | Specifies whether days without events should be displayed. |
ViewType | Specifies current view type. |
Name | Description |
---|---|
OnFontChanged(EventArgs) | Raises the FontChanged event. |
OnKeyDown(KeyEventArgs) | |
OnOwnerDrawCell(OwnerDrawCellEventArgs) | Draws an appointment in a cell. |
OnScheduleChanged() | |
OnVisibleChanged(EventArgs) | Raises the VisibleChanged event. |
RefreshView() | Refreshes the C1AgendaView control. |