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