Represents the display format for the previous and next month navigation controls within the System.Web.UI.WebControls.Calendar.
The System.Web.UI.WebControls.NextPrevFormat enumeration represents the different styles for the next and previous month buttons on the System.Web.UI.WebControls.Calendar.
NextPrevFormat.CustomText allows the programmer to specify custom text for the navigation controls.
NextPrevFormat.ShortMonth displays a three-letter abbreviation for the month.
NextPrevFormat.FullMonth displays the entire month name.
Member Name | Description |
---|---|
CustomText |
Custom text format for the month navigation controls on the System.Web.UI.WebControls.Calendar. |
FullMonth |
Full month name format for the month navigation controls on the System.Web.UI.WebControls.Calendar. For example, "January". |
ShortMonth |
Abbreviated month name format for the month navigation controls on the System.Web.UI.WebControls.Calendar. For example, "Jan". |