| Basic Date Picker Documentation |
|
BasicDatePicker.PrevMonthImageFileName Property
Gets or sets the file name of the PrevMonth image (ie. arrows).
[Visual Basic]
Public Property PrevMonthImageFileName As
String
[C#]
public
string PrevMonthImageFileName {get; set;}
Property Value
URL path as a string. Default value = "arrow_left.gif".
See Also
BasicDatePicker Class | BasicFrame.WebControls Namespace | NextMonthImageFileName