Click or drag to resize
BaseMultiDayViewSettings Class
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsViewSettings
      Kettic.AspNet.ControlsGroupableViewSettings
        Kettic.AspNet.ControlsBaseMultiDayViewSettings
          Kettic.AspNet.ControlsDayViewSettings
          Kettic.AspNet.ControlsWeekViewSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract class BaseMultiDayViewSettings : GroupableViewSettings

The BaseMultiDayViewSettings type exposes the following members.

Properties
  NameDescription
Public propertyDayEndTime
Gets or sets the time used to denote the end of the day.
Public propertyDayStartTime
Gets or sets the time used to denote the start of the day.
Public propertyHeaderDateFormat
Public propertyShowHiddenAppointmentsIndicator
Gets or sets a value indicating whether to render indicator for appointments that are not visible when displaying only working hours, but will become visible when displaying the full day.
Public propertyShowHoursColumn
Gets or sets a value indicating whether to render the hours column in day and week view.
Public propertyWorkDayEndTime
Gets or sets the time used to denote the end of the work day.
Public propertyWorkDayStartTime
Gets or sets the time used to denote the start of the work day.
Top
See Also