| KaxCalendarViewSelectorImage Property  | 
          
        
        
        
          Gets or sets the image displayed for the complete
                CalendarView
                selection element in the view selector cell.
         
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ViewSelectorImage { get; set; }Public Property ViewSelectorImage As String
	Get
	Set
public:
property String^ ViewSelectorImage {
	String^ get ();
	void set (String^ value);
}member ViewSelectorImage : string with get, set
Property Value
Type: 
String
            The image displayed for the 
CalendarView selection element in
            the selector cell. The default value is 
"".
            
RemarksWhen 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