Back to Devexpress

BootstrapAgendaView Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-b7a1f707.md

latest2.3 KB
Original Source

BootstrapAgendaView Class

Represents an Agenda View.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapAgendaView :
    AgendaView,
    IBootstrapSchedulerView
vb
Public Class BootstrapAgendaView
    Inherits AgendaView
    Implements IBootstrapSchedulerView

The following members return BootstrapAgendaView objects:

Remarks

The Bootstrap Scheduler control has several view types that provide different arrangements and formats for scheduling and viewing appointments. The BootstrapAgendaView class represents an Agenda View. This type of view enables end-users to schedule and view user events grouped by day.

All views are stored in the scheduler’s view repository which can be accessed via the BootstrapScheduler.Views property. To access the settings of the Agenda View, use the BootstrapSchedulerViewRepository.AgendaView property.

Inheritance

Object SchedulerViewBase AgendaView BootstrapAgendaView

See Also

BootstrapAgendaView Members

Scheduler

Views

Online Demo: Agenda View

DevExpress.Web.Bootstrap Namespace