Click or drag to resize
KaxCalendarViewSelectorImage Property

Gets or sets the image displayed for the complete CalendarView selection element in the view selector cell.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string ViewSelectorImage { get; set; }

Property Value

Type: String
The image displayed for the CalendarView selection element in the selector cell. The default value is "".
Remarks

When using this property, the whole image URL is generated using also the ImagesBaseDir value.

Example:
ImagesBaseDir = "Img/"
ViewSelectorImage = "selector.gif"
complete image URL : "Img/selector.gif"

See Also