Click or drag to resize
MonthViewSettings Class
Represents settings for KaxScheduler's Month view.
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsViewSettings
      Kettic.AspNet.ControlsGroupableViewSettings
        Kettic.AspNet.ControlsMonthViewSettings

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

The MonthViewSettings type exposes the following members.

Properties
  NameDescription
Public propertyAdaptiveRowHeight
Gets or sets a value indicating whether the height of each row should be adjusted to match the height of its content.
Public propertyColumnHeaderDateFormat
Gets or sets the column header date format string in Month View.
Public propertyDayHeaderDateFormat
Gets or sets the day header date format string in Month View.
Public propertyFirstDayHeaderDateFormat
Gets or sets the first day of month header date format in Month View.
Public propertyHeaderDateFormat
Gets or sets the KaxScheduler's header date format string in Month View.
Public propertyMinimumRowHeight
Gets or sets a value indicating the minimum row height in month view.
Public propertyVisibleAppointmentsPerDay
Gets or sets a value indicating the number of visible appointments per day in month view.
Top
See Also