[]
        
(Showing Draft Content)

C1.Win.C1Schedule.C1AgendaView

C1AgendaView Class

Represents a view that displays appointments grouped by date in a table, single row for appointment.

Inheritance
C1AgendaView
Namespace: C1.Win.C1Schedule
Assembly: C1.Win.C1Schedule.Extended.4.8.dll
Syntax
[ToolboxBitmap(typeof(C1AgendaView), "C1AgendaView.png")]
public class C1AgendaView : BaseTableView

Constructors

Name Description
C1AgendaView()

Initializes the new instance of the C1AgendaView class.

Properties

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.

Methods

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.