Click or drag to resize
KaxCalendarNavigationPrevImage Property
Gets or sets name of the image that is displayed for the previous month navigation control.

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 NavigationPrevImage { get; set; }

Property Value

Type: String
Remarks

When using this property, the whole image URL is generated using also the ImagesBaseDir (if no skin is applied) or the SkinPath (if skin is applied) properties values.


Example when skin is NOT defined:
ImagesBaseDir = "Img/"
RowSelectorImage = "nav.gif"
complete image URL : "Img/nav.gif"

Example when skin is defined:
SkinPath = "KaxControls/Calendar/Skins/"
RowSelectorImage = "nav.gif"
complete image URL : "KaxControls/Calendar/Skins/nav.gif"

See Also