Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CalendarWeekViewStyle

Style class for Week view mode. This class is for convenience and doesn't add any additional properties to its parent.

Hierarchy

Index

Properties

backgroundColor

backgroundColor: string

Gets or sets the background color of calendar in month view.

dayCellStyle

dayCellStyle: DayCellStyle

Gets or sets the instance of DayCellStyle class with properties used for styling of day cells.

dayNameCellStyle

dayNameCellStyle: CellStyle

Gets or sets the instance of CellStyle with properties used for styling of the cells with day names.

selectedDayCellStyle

selectedDayCellStyle: DayCellStyle

Gets or sets the instance of DayCellStyle with properties used for styling of selected day cells.

selectionShape

selectionShape: string

Gets or sets a value from the SelectionShape enumeration defining the decoration drawn on the selected cell.

selectionShapeColor

selectionShapeColor: string

Defines the color of the selection shape.

selectionShapeSize

selectionShapeSize: number

Defines the size of the chosen selection shape. The size determines the radius of the selection circle in case the shape is selected to be round or the side of the square in case the seleciton is selected to be square.

showDayNames

showDayNames: boolean

Gets or sets if day names should be shown in month view.

showTitle

showTitle: boolean

Gets or sets if title of calendar should be shown in month view.

showWeekNumbers

showWeekNumbers: boolean

Gets or sets if weekend numbers should be shown in month view of calendar.

titleCellStyle

titleCellStyle: DayCellStyle

Gets or sets the instance of DayCellStyle with properties used for styling of the month title cell in month view.

todayCellStyle

todayCellStyle: DayCellStyle

Gets or sets the instance of DayCellStyle with properties used for styling of the cell for today date.

weekNumberCellStyle

weekNumberCellStyle: CellStyle

Gets or sets the instance of CellStyle with properties used for styling of the cells with week numbers.

weekendCellStyle

weekendCellStyle: CellStyle

Gets or sets the instance of CellStyle with properties used for styling of the cells for weekend days.

Static backgroundColorProperty

backgroundColorProperty: Property

Identifies the backgroundColor dependency property.

Static dayCellStyleProperty

dayCellStyleProperty: Property

Identifies the dayCellStyle dependency property.

Static dayNameCellStyleProperty

dayNameCellStyleProperty: Property

Identifies the dayNameCellStyle dependency property.

Static selectedDayCellStyleProperty

selectedDayCellStyleProperty: Property

Identifies the selectedDayCellStyle dependency property.

Static selectionShapeColorProperty

selectionShapeColorProperty: Property

Identifies the selectionShapeColor dependency property.

Static selectionShapeProperty

selectionShapeProperty: Property

Identifies the selectionShape dependency property.

Static selectionShapeSizeProperty

selectionShapeSizeProperty: Property

Identifies the selectionShapeSize dependency property.

Static showDayNamesProperty

showDayNamesProperty: Property

Identifies the showDayNames dependency property.

Static showTitleProperty

showTitleProperty: Property

Identifies the showTitle dependency property.

Static showWeekNumbersProperty

showWeekNumbersProperty: Property

Identifies the showWeekNumbers dependency property.

Static titleCellStyleProperty

titleCellStyleProperty: Property

Identifies the titleCellStyle dependency property.

Static todayCellStyleProperty

todayCellStyleProperty: Property

Identifies the todayCellStyle dependency property.

Static weekNumberCellStyleProperty

weekNumberCellStyleProperty: Property

Identifies the weekNumberCellStyle dependency property.

Static weekendCellStyleProperty

weekendCellStyleProperty: Property

Identifies the weekendCellStyle dependency property.

Generated using TypeDoc